AST_AMP            80 core/syntax.y         | amp assign s:sets   { e = PN_AST2(ASSIGN, e, PN_OP(AST_AMP, e, s)) }
AST_AMP           110 core/syntax.y           ( amp x:bitshift      { b = PN_OP(AST_AMP, b, x) })*