1 // Rewrite by expanding all symbols
22 push(car(p1
)); // Do not rewrite function name
34 // If not a symbol then done
42 // Get the symbol's binding, try again
59 for (i
= 0; i
< p1
->u
.tensor
->nelem
; i
++) {
60 push(p1
->u
.tensor
->elem
[i
]);
62 p1
->u
.tensor
->elem
[i
] = pop();