conditionVar_:
    varType defineVar
    {
        $$ = move($2);
    }
;

condition:
    expression
|
    conditionVar_
;
