'ANWEISUNGEN' |
Die wesentlichen Programm-Bestandteile |
'AUSDRÜCKE' |
So sind arithmetische Ausdrücke aufgebaut |
'BEZEICHNER' |
So sind Bezeichner aufgebaut |
DEF |
Definiert eine Inline-Funktion |
IF |
Conditional execution |
'INDEXBESCHREIBUNG' |
Indexdefinition und Sortierkriterium |
'KONSTANTEN' |
Zeichenkonstanten und numerische Konstanten |
MODULE |
Beginning of a module |
PROCEDURE |
Introduces a procedure |
REPEAT |
Non-rejecting program loop |
RETURN |
Quits the current procedure and returns the function result |
USES |
Including an external module |
VAR |
Defines a variable or a group of variables |
WHILE |
Rejecting program loop |