1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-29 08:33:21 +00:00
janet/examples/lineloop.janet

3 lines
67 B
Plaintext
Raw Normal View History

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