stat4
{ --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
{ --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
extern Node *stat4(int, Node *, Node *, Node *, Node *);