mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Remove outer form from loop.
This commit is contained in:
parent
bf4dd0da99
commit
484597eaae
@ -386,7 +386,7 @@
|
||||
subloop
|
||||
(tuple := $yieldval (tuple resume $fiber)))))
|
||||
(error (string "unexpected loop verb: " verb)))))))
|
||||
(tuple 'do (doone 0 nil) nil))
|
||||
(doone 0 nil))
|
||||
|
||||
(defmacro seq
|
||||
"Similar to loop, but accumulates the loop body into an array and returns that.
|
||||
|
Loading…
Reference in New Issue
Block a user