Keywords are predefined reserved words that have special meanings to the compiler. They cannot be used as variable or function names in your application code.
Keywords are one of the elements that make up C/AL statements.
C/AL Keywords
The following table lists the keywords in C/AL.
Keyword | For more information |
---|---|
ASSERTERROR | |
BEGIN | |
CASE | |
DO | |
DOWNTO | |
ELSE | |
END | |
EXIT | |
FOR | |
IF | |
OF | |
REPEAT | |
THEN | |
TO | |
UNTIL | |
WHILE | |
WITH |