Keywords
The PRX language has several reserved keywords.
Boolean Constants
These constants are used to express positive or negative values for the BOOL
-type.
Keyword
Description
TRUE
Positive boolean value
FALSE
Negative boolean value
Current & Focus
Keyword
THIS
Value of the object provided by the last command
FOCUS
Value of the currently focused object
Comparison Operators
These operators are mainly used in conditional statements.
Operator
Description
EQ
Equal
NE
Not equal
LT
Less than
LE
Less than or equal
GT
Greater than
GE
Greater than or equal
IN
Contains (for lists)
Logical Operators
These operators extend the functionality of the comparison operators.
Operator
Description
AND
Logical AND
operator
OR
Logical OR
operator
NOT
Negation operator
Statement Filters
Keyword
Description
FIRST
First statement of the job control
LAST
Last statement of the job control
Last updated