JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

spork/misc/set*

spork


    macro
    /usr/local/lib/janet/spork/misc.janet on line 33, column 1

    (set* tgts exprs)

    Parallel `set` function. Takes a list of targets and expressions, 
    evaluates all the expressions, and then assigns them to the 
    targets. Each target can be a variable or a 2-tuple, just like in 
    the normal `set` special form.


0 examplesSign in to add an example
Loading...