( $config = 'k1' ) = 'k2'; #### %right ASSIGNOP %right '?' ':' ... termbinop: term ASSIGNOP term /* $x = $y */ ... | term '?' term ':' term