JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

delay

core-api


    macro
    boot.janet on line 3892, 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.


0 examplesSign in to add an example
Loading...