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

4 lines
46 B
Text

while [true][
i: input "> "
print i
]