5 lines
90 B
Text
5 lines
90 B
Text
? 'a'.asInteger()
|
|
# value: 97
|
|
|
|
? <import:java.lang.makeCharacter>.asChar(97)
|
|
# value: 'a'
|