@noop ! ! STESTI - Test ASCII to Binary conversion ! NOERROR ! ! Test conversion for all radices. ! run stesti go 1234 -1234 %b'101010' %o'4567' %d'9876' %x'abcd' %x'912345678' -1234 +6789  ! ! Test error recovery. ! run stesti go 1234567890123456789 %b'1234' %o'6789' %d'abcd' %x'egh' xyz ++5 --10