Skip to content

Commit

Permalink
Do not warn when loop body is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaiu committed Jul 18, 2024
1 parent 771956b commit 8edd873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/boot/boot.janet
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@
The `loop` macro always evaluates to nil.
```
[head & body]
(check-empty-body body)
(loop1 body head 0))

(defmacro seq
Expand Down

0 comments on commit 8edd873

Please sign in to comment.