mirror of
https://github.com/janet-lang/janet
synced 2026-09-20 08:10:41 +00:00
Add line loop example for awk or sed like processing.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
(while (not (empty? (def line (getline))))
|
||||
(prin "line: " line))
|
||||
Reference in New Issue
Block a user