Reserved Names in RPL

The following table lists RPL keywords. If you use these as top-level variables, you must use the square-bracket syntax (as .vars["in"]).

Keyword Description

true

Boolean true

false

Boolean false'

gt

Comparison operator “greater than”

gte

Comparison operator “greater than or equal to”

lt

Comparison operator “less than”

lte

Comparison operator “less than or equal to”

as

Used by several directives

in

Used by several directives

using

Used by several directives

Learn more

Defining your own directives