6 lines
51 B
Text
6 lines
51 B
Text
|
|
repeat
|
||
|
|
l$ = input
|
||
|
|
until error = 1
|
||
|
|
print l$
|
||
|
|
.
|