mirror of
https://github.com/janet-lang/janet
synced 2024-11-09 10:19:54 +00:00
Do not warn when loop body is empty
This commit is contained in:
parent
771956b5b6
commit
8edd873c3e
@ -652,7 +652,6 @@
|
||||
The `loop` macro always evaluates to nil.
|
||||
```
|
||||
[head & body]
|
||||
(check-empty-body body)
|
||||
(loop1 body head 0))
|
||||
|
||||
(defmacro seq
|
||||
|
Loading…
Reference in New Issue
Block a user