diff --git a/src/boot/boot.janet b/src/boot/boot.janet index b24b0fdc..16d4f536 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -652,7 +652,6 @@ The `loop` macro always evaluates to nil. ``` [head & body] - (check-empty-body body) (loop1 body head 0)) (defmacro seq