1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00
janet/examples/lineloop.janet

3 lines
67 B
Plaintext

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