B_AT_OP_NE
| '/' expr ENDFILT { $$ = bc_new(NULL, B_AT_OP_NE, $2); }
| term OP_NE fterm { $$ = ba_op(B_AT_OP_NE, $1, $3); }
bop = ba_op(B_AT_OP_NE, NULL, ba);
case B_AT_OP_NE:
case B_AT_OP_NE:
case B_AT_OP_NE:
if (ba->ba_type != B_AT_OP_NE)