RosettaCodeData/Task/Literals-Integer/BBC-BASIC/literals-integer.basic

4 lines
104 B
Plaintext

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