JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

spork/misc/do-var

spork


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

    (do-var v d & body)

    Convenience macro for defining variable named `v` with value `d` 
    before `body` and returning it after evaluating `body`, that 
    presumably modifies `v`.


0 examplesSign in to add an example
Loading...