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

3 lines
67 B
Plaintext
Raw Permalink Normal View History

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