janet/examples/lineloop.janet

3 lines
67 B
Plaintext

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