4 lines
54 B
Text
4 lines
54 B
Text
|
|
PRINT "a - > "; ord("a")
|
||
|
|
PRINT "98 -> "; chr$(98)
|
||
|
|
END
|