4 lines
70 B
Text
4 lines
70 B
Text
(import std.String)
|
|
|
|
(print (string:ord "a"))
|
|
(print (string:chr 97))
|