Index of Keywords

This section lists all the predefined keywords in Open GENIE (always in capitals). Some of these work on their own, others are part of larger control structures.

Boolean Expressions

OR
AND
NOT

Procedures

FORWARD
PROCEDURE
ENDPROCEDURE
PARAMETERS
QUALIFIERS
RESULT
GLOBAL
LOCAL
RETURN

Loops

LOOP
FROM
TO
STEP
ENDLOOP
EXITIF

Selection

CASE
IS
ENDCASE
OTHERWISE

IF
ELSEIF
ELSE
ENDIF