RosettaCodeData/Task/Input-loop/REXX/input-loop-1.rexx
2023-07-01 13:44:08 -04:00

3 lines
80 B
Rexx

do while stream(stdin, "State") <> "NOTREADY"
call charout ,charin(stdin)
end