4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
;; page 63
|
|
|
|
maplist[l; f] = [null[l] -> nil;
|
|
T -> cons[f[car[l]]; maplist[cdr[l]; f]]] |