3 lines
82 B
Text
3 lines
82 B
Text
for i = 1 to 33
|
|
print "decimal: ", i, " hex: ", hex$(i), " bin: ", bin$(i)
|
|
next
|