RosettaCodeData/Task/Function-composition/Icon/function-composition-1.icon

3 lines
214 B
Plaintext

x @ f # use this syntax in Icon instead of the Unicon f(x) to call co-expressions
every push(fL := [],!rfL) # use this instead of reverse(fL) as the Icon reverse applies only to strings