5 lines
51 B
Text
5 lines
51 B
Text
|
|
iex(1)> code = ?a
|
||
|
|
97
|
||
|
|
iex(2)> to_string([code])
|
||
|
|
"a"
|