AST_ASSIGN 289 core/compile.c if (PN_PART(v) == AST_ASSIGN) { AST_ASSIGN 385 core/compile.c case AST_ASSIGN: { AST_ASSIGN 860 core/compile.c if (PN_PART(v) == AST_ASSIGN) { //potion only: (k=v, ...) AST_ASSIGN 968 core/compile.c } else if (expr->part == AST_ASSIGN) { //x=o => (assign (expm x) (expm o)) AST_ASSIGN 992 core/compile.c } else if (rhs->part == AST_ASSIGN && rhs->a[0]->part == AST_PIPE) {