Skip to content

capture

Turtle Kitty edited this page Aug 9, 2015 · 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