Content deleted Content added
m →Function objects (C++): corrected link to anonymous functions in C++ |
→First-class functions: fixed link. |
||
Line 102:
</syntaxhighlight>
The arrow operator <code>=></code> is used to define an [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/
A function may create a closure and return it, as in this example:
|