RosettaCodeData/Task/Input-loop/EasyLang/input-loop.easy

6 lines
51 B
Plaintext

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