RosettaCodeData/Task/Literals-Integer/BBC-BASIC/literals-integer.basic
2023-07-01 13:44:08 -04:00

3 lines
104 B
Text

PRINT 1234 : REM Decimal
PRINT &4D2 : REM Hexadecimal
PRINT %10011010010 : REM Binary