1
0
mirror of https://github.com/janet-lang/janet synced 2026-05-22 13:22:20 +00:00
Files
janet/examples/lineloop.janet
T
2022-08-26 12:29:23 -05:00

3 lines
67 B
Janet

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