Keywords

Select the links below for information on statements and expressions that use the keyword.

Alphabetical list

Reserved keywords

The names that follow are reserved by ViviFire. Thus you cannot usually use them for names of programming elements, for example, variables and procedures. But if you must use a reserved name, you can write it between a pair of backticks (`). See Keywords as Element Names for more information.

Note: We do not recommend that you use such escaped keywords, because they can make code less easy to read and to change.

Non-reserved keywords

The names that follow are not reserved by ViviFire. You can use them as names for your programming elements. But we do not recommend this, because they can make code less easy to read and to change.

Possible future keywords

Elements that use a given keyword

And

As

Base

Begin

Call

Case

Class

Const

Constructor

Dim and Var

Do

Does

Each

Else

End

Event

Exit

For

Function

If

In

Is

Method

Object

Or

Program

Property

Raise

Self

Struct

Sub

Then

To

Unit

Where

While

Used by many elements