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

7 lines
83 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
# prints "97"
o_integer('a');
o_byte('\n');
# prints "a"
o_byte(97);
o_byte('\n');