1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-19 18:59:37 +00:00

Do not warn when loop body is empty

This commit is contained in:
sogaiu 2024-07-18 12:02:39 +09:00
parent 771956b5b6
commit 8edd873c3e

View File

@ -652,7 +652,6 @@
The `loop` macro always evaluates to nil. The `loop` macro always evaluates to nil.
``` ```
[head & body] [head & body]
(check-empty-body body)
(loop1 body head 0)) (loop1 body head 0))
(defmacro seq (defmacro seq