1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-07 20:12:27 +00:00
Files
janet/examples/lineloop.janet
2022-08-26 12:29:23 -05:00

3 lines
67 B
Janet

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