1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-16 17:29:37 +00:00

Merge pull request #1476 from sogaiu/no-warning-for-empty-body-loop

This commit is contained in:
Calvin Rose 2024-07-18 05:05:59 -07:00 committed by GitHub
commit 9eab57d194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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