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` .