RosettaCodeData/Task/Character-codes/Aime/character-codes.aime

7 lines
83 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# prints "97"
o_integer('a');
o_byte('\n');
# prints "a"
o_byte(97);
o_byte('\n');