


![[top]](top.gif)
f ## (a,b) -- computes ((f a) b).
f ## (a,b,c) -- computes (((f a) b) c).
f ## (a,b,c,d) -- computes ((((f a) b) c) d).
... and so on.
i1 : f = a -> b -> c -> [a,b,c] |
i2 : f ## (1,2,3) |
The symbol symbol ## is a member of the class Symbol.
Methods for ## :



![[top]](top.gif)