RosettaCodeData/Task/Character-codes/Aime/character-codes.aime
2023-07-01 13:44:08 -04:00

6 lines
83 B
Text

# prints "97"
o_integer('a');
o_byte('\n');
# prints "a"
o_byte(97);
o_byte('\n');