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