6 lines
66 B
Text
6 lines
66 B
Text
|
|
# Code must be in 0 .. 255.
|
||
|
|
CharInt(65);
|
||
|
|
# 'A'
|
||
|
|
IntChar('Z');
|
||
|
|
# 90
|