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

4 lines
104 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
PRINT 1234 : REM Decimal
PRINT &4D2 : REM Hexadecimal
PRINT %10011010010 : REM Binary