1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-01 09:33:15 +00:00
janet/examples/lineloop.janet

3 lines
67 B
Plaintext
Raw Normal View History

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