Keywords
true- Booleanfalse- Booleanvar- Variable Initiationnone- Nothingchar- Characterstr- Stringint- Integerfloat- Floatbool- Booleanbyte- Bytedyn- Dynamicif- Ifelf- Else Ifelse- Elsefor- Forin- Inwhile- Whilesub- Subroutinefun- Functionpro- Proceduremeth- Methodoperator- Operatorclass- Classsing- Singletonpub- Publicprv- Privateextern- External/Staticintern- Internal/Protectedfin- Finalconst- Constantpass- Passreturn- Returncontinue- Continuedel- Delete (deletes an object in the current scope)magic- Magic (things that exist in the compiler/interpreter)native- Native (something wrapping C code)import- Import (imports the file into the local scope)from- From (cherry-picks objects from an import)require- Require (adds the file to the compilation order, in front of the current file)anon- Anonymous Objectlock- Locks (completely locks an object, even appending to lists, by providing a class flag which is used on core checks, will not lock user objects unless used correctly)new- New (used to create new instances of an object)call- Call (used to call a subroutine)prop- Property (values with easy getters and setters)getter- Getter (changes how the property is returned)setter- Setter (changes how the property is set)
Last updated