RosettaCodeData/Task/Input-loop/REXX/input-loop-1.rexx

4 lines
80 B
Rexx
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
do while stream(stdin, "State") <> "NOTREADY"
call charout ,charin(stdin)
end