Arc Forumnew | comments | leaders | submitlogin
2 points by almkglor 5866 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 ...)