Skip to content

Commit

Permalink
Typo in lineloop.janet example
Browse files Browse the repository at this point in the history
  • Loading branch information
krysros authored Mar 1, 2025
1 parent 3441bcb commit 7b80a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lineloop.janet
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(while (not (empty? (def line (getline))))
(prin "line: " line))
(print "line: " line))

0 comments on commit 7b80a27

Please sign in to comment.