RosettaCodeData/Task/Input-loop/J/input-loop-2.j
2023-07-01 13:44:08 -04:00

10 lines
144 B
Text

$ ./read-input-to-eof.ijs <<EOF
> abc
> def
> ghi
> now is the time for all good men ...
> EOF
abc
def
ghi
now is the time for all good men ...