Skip to content
Turtle Kitty edited this page Aug 9, 2015 · 3 revisions

env

This operator is a pointer to the current lexical environment.

(let (x 1 y 2) env)
    -> (record: opt (record:) return primitive-function rest () x 1 y 2)
Clone this wiki locally