janet/examples/lineloop.janet

3 lines
67 B
Plaintext
Raw Normal View History

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