RosettaCodeData/Task/Literals-Integer/PureBasic/literals-integer-1.basic

4 lines
77 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
x = 15 ;15 in base 10
x = %1111 ;15 in base 2
x = $f ;15 in base 16