DSL EXPRESSION:
NR == 3 {$* = @v    }


AST:
* statement block
    * cond block
        * operator "=="
            * context variable "NR"
            * int literal "3"
        * statement block
            * assignment "="
                * full record "$*"
                * direct oosvar value "v"

