3 lines
45 B
Text
3 lines
45 B
Text
|
|
"a".toAsc() //-->97
|
||
|
|
(97).toChar() //-->"a"
|