DSL EXPRESSION:
@v     = $*


AST:
* statement block
    * assignment "="
        * direct oosvar value "v"
        * full record "$*"

