AST_AND           584 core/compile.c     case AST_AND: case AST_OR: {
AST_AND           588 core/compile.c       PN_ASM2(t->part == AST_AND ? OP_NOTJMP : OP_TESTJMP, reg, 0);
AST_AND            70 core/syntax.y         | and x:sets         { s = PN_OP(AST_AND, s, x) })*
AST_AND            77 core/syntax.y         | and assign s:sets   { e = PN_AST2(ASSIGN, e, PN_OP(AST_AND, e, s)) }