Velo supports anonymous functions (lambdas) that can be stored in variables and passed around. |
|
A lambda is declared with |
|
You can also use typed function variables. |
|
Lambdas are commonly used with array operations like |
|