A keyword is a set of letters, composing reserved language keywords. Each reserved word meaning is fixed for the language. A programmer is not allowed to use function words as identifiers.
All the language reserved words are listed below:
AND, AS, BEGIN, BREAK, CASE, CLASS, COMIMPORT, CONST, CONSTRUCTOR, CONTINUE, DEFAULT, DELEGATE, DISPOSE, DIV, DOIt is used on describing the cycles: for, for each, while, and also on handling exceptions in the "try" blocks., EACH, ELSE, ELSEIF, ENDIt signifies end of structure definition, for example, end if., ENUM, EVENT, EXCEPT, FALSE, FINAL, FINALLY, FOR, FRIEND, FROM, FUNCTION, GET, IF, IMPORTS, IN, INHERITED, INTERFACE, IS, MOD, NAMESPACE, NEW, NOT, NULL, OF, ON, OR, PARAMARRAY, PRIVATE, PROPERTY, PROTECTED, PUBLIC, RAISE, REPEAT, RETURN, SELECT, SET, SHARED, STEP, SUB, THEN, TO, TRUE, TRY, UNTIL, VAR, WHILE, WITH, XOR.
See also: