Skip to content

capture

TurtleKitty edited this page May 11, 2019 · 2 revisions

capture

This operator captures the user continuation up to the nearest gate.

(gate
   (+ 2
      (gate
         (+ 1
            (capture k (+ 1 (k (k (k 1))))))))) ; 7

Clone this wiki locally