RosettaCodeData/Task/Input-loop/EasyLang/input-loop.easy
2023-07-01 13:44:08 -04:00

5 lines
51 B
Text

repeat
l$ = input
until error = 1
print l$
.