macro
boot.janet on line 3624, column 1
(delay & forms)
Lazily evaluate a series of expressions. Returns a function that
returns the result of the last expression. Will only evaluate the
body once, and then memoizes the result.