3 lines
77 B
Text
3 lines
77 B
Text
|
|
print(‘a’.code) // prints "97"
|
|||
|
|
print(Char(code' 97)) // prints "a"
|