Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
almkglor
6083 days ago |
link
|
parent
better is point:
(def a () (point return (each i '(1 2 3) (if (< i 2) (return i))) nil)))
That said, the breakable: macro simply compiles down to (point break ...)