AST_PIPE          968 core/compile.c       } else if (expr->part == AST_PIPE) { //x|y => (pipe (expm x) (expm y))
AST_PIPE          984 core/compile.c         else if (lhs->part == AST_PIPE) {
AST_PIPE         1000 core/compile.c         } else if (rhs->part == AST_ASSIGN && rhs->a[0]->part == AST_PIPE) {
AST_PIPE           78 core/syntax.y         | pipe assign s:sets  { e = PN_AST2(ASSIGN, e, PN_OP(AST_PIPE, e, s)) }
AST_PIPE          105 core/syntax.y           ( pipe x:bitand       { a = PN_OP(AST_PIPE, a, x) }