Update page 'Aer v1.0 Specification'

2019-03-11 12:01:50 +01:00
parent 28ce9a4a15
commit 7eb2fb7dd5

@@ -512,7 +512,7 @@ Anonymous functions, also known as closures, allow the creation of functions whi
$anon(); // You should see 'Hello World!'
$anon('Welcome guest!'); //You should see 'Welcome guest!'
Anonymous function can be defined in a method body.
Anonymous function can be defined in a method body. Unlike methods, a closures are limited to return only a primitive data types listed in chapter 4.6.
## 9. Static Variables & Constant
Aer lets use any complex expressions including method calls as an initialization values for your static variables and constants.