5 lines
96 B
Text
5 lines
96 B
Text
int C;
|
|
loop [C:= ChIn(1);
|
|
if C = $1A \EOF\ then quit;
|
|
ChOut(0, C);
|
|
]
|