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

4 lines
80 B
Rexx
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
do while stream(stdin, "State") <> "NOTREADY"
call charout ,charin(stdin)
end