6 lines
69 B
Text
6 lines
69 B
Text
|
|
println ord("a")
|
||
|
|
println chr(97)
|
||
|
|
|
||
|
|
println ord("π")
|
||
|
|
println chr(960)
|