8 lines
93 B
Text
8 lines
93 B
Text
integer o;
|
|
|
|
o = 0;
|
|
do {
|
|
o_xinteger(8, o);
|
|
o_byte('\n');
|
|
o += 1;
|
|
} while (0 < o);
|