mirror of
https://github.com/janet-lang/janet
synced 2025-10-07 20:12:27 +00:00
3 lines
67 B
Janet
3 lines
67 B
Janet
(while (not (empty? (def line (getline))))
|
|
(prin "line: " line))
|