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

3 lines
77 B
Text

x = 15 ;15 in base 10
x = %1111 ;15 in base 2
x = $f ;15 in base 16