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