Higher-order function: Difference between revisions

Content deleted Content added
DarthKitty (talk | contribs)
WikiCleanerBot (talk | contribs)
m v2.04b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Line 533:
</syntaxhighlight>
 
Note that arrow functions implicitly capture any variables that come from the parent scope,<ref>{{Cite web|title=PHP: Arrow Functions - Manual|url=https://www.php.net/manual/en/functions.arrow.php|access-date=2021-03-01|website=www.php.net}}</ref>, whereas anonymous functions require the {{code|use}} keyword to do the same.
 
====Pascal====