RosettaCodeData/Task/Higher-order-functions/00DESCRIPTION

8 lines
124 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
2013-04-10 21:29:02 -07:00
Pass a function ''as an argument'' to another function.
2016-12-05 22:15:40 +01:00
;Related task:
*   [[First-class functions]]
<br><br>