3 lines
89 B
Text
3 lines
89 B
Text
|
|
lreduce(f, [a, b, c, d], x0);
|
||
|
|
/* (%o1) f(f(f(f(x0, a), b), c), d) */
|