Files
janet/examples/lineloop.janet
T

3 lines
67 B
Janet

(while (not (empty? (def line (getline))))
(prin "line: " line))