First-class functions/Use numbers analogously: Difference between revisions

Content added Content deleted
Line 469: Line 469:
of losing the "function-call" syntax on the created "procedure". The solution uses
of losing the "function-call" syntax on the created "procedure". The solution uses
the same basic foundation that is buried in the "compose" procedure in the
the same basic foundation that is buried in the "compose" procedure in the
First-class functions task solution. The solution here
[[First-class functions]] task solution. The solution here
is simpler and more direct since it handles a specific function definition.
is simpler and more direct since it handles a specific function definition.
<lang unicon>import Utils
<lang unicon>import Utils