AST_ASSIGN        279 core/compile.c             if (PN_PART(v) == AST_ASSIGN) {
AST_ASSIGN        423 core/compile.c     case AST_ASSIGN: {
AST_ASSIGN        880 core/compile.c           if (PN_PART(v) == AST_ASSIGN) { //potion only: (k=v, ...)
AST_ASSIGN        976 core/compile.c       } else if (expr->part == AST_ASSIGN) { //x=o => (assign (expm x) (expm o))
AST_ASSIGN       1000 core/compile.c         } else if (rhs->part == AST_ASSIGN && rhs->a[0]->part == AST_PIPE) {