3 lines
67 B
Text
3 lines
67 B
Text
while { $stdin eof? not. } do {
|
|
$stdout putln: $stdin readln.
|
|
}.
|
while { $stdin eof? not. } do {
|
|
$stdout putln: $stdin readln.
|
|
}.
|