(rontolisp) docs
← Macros

prog*

(prog* (bindings...) {tag | form}...)

Like prog with sequential (let*-style) bindings: each init form sees the variables bound before it.