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

4 lines
77 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
x = 15 ;15 in base 10
x = %1111 ;15 in base 2
x = $f ;15 in base 16