6 lines
83 B
Text
6 lines
83 B
Text
# prints "97"
|
|
o_integer('a');
|
|
o_byte('\n');
|
|
# prints "a"
|
|
o_byte(97);
|
|
o_byte('\n');
|