From 906bb572fa3f7a1716f750a329c94b10dc90ab7a Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 18 Sep 2018 22:16:13 +0200 Subject: [PATCH] Update page 'Aer v1.0 Specification' --- Aer-v1.0-Specification.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Aer-v1.0-Specification.md b/Aer-v1.0-Specification.md index 0a3e386..36bd927 100644 --- a/Aer-v1.0-Specification.md +++ b/Aer-v1.0-Specification.md @@ -59,7 +59,7 @@ A keyword is a reserved word in the Aer language. Keywords are used to perform a Available keywords: as, break, case, catch, class, clone, const, continue, default, do, else, elseif, extends, final, finally, for, foreach, if, implements, interface, instanceof, namespace, new, private, protected, public, static, switch, throw, try, using, virtual, while -Next we have other language constructs: define() empty(), exit(), eval(), import(), include(), isset(), list(), require(), return(), print(), unset() +Next we have other language constructs: define() empty(), exit(), eval(), import(), include(), isset(), list(), require(), return(), print() #### 3.3.4 Semicolon A semicolon is used to mark the end of a statement in Aer language. It is mandatory. @@ -245,7 +245,6 @@ Type casting in Aer works much as it does in C/C++ - the name of the desired typ * (int) - casts to Integer * (object) - casts to Object * (string) - casts to String - * (unset) - casts to NULL An example: