RosettaCodeData/Task/Character-codes/Elixir/character-codes.elixir

5 lines
51 B
Plaintext

iex(1)> code = ?a
97
iex(2)> to_string([code])
"a"