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

3 lines
214 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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