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