5 lines
48 B
Text
5 lines
48 B
Text
|
|
cmd:>asciiToInt('a')
|
||
|
|
97
|
||
|
|
cmd:>intToAscii(97)
|
||
|
|
'a'
|