True Variable

A constant used for setting and testing of bool expressions.

Value

-1

Type

Bool Public Const

Comments

Use the True constant to test a value of bool expression. By default, all bool variables in ATEasy are initialized to False.

Example

The following example uses the False constants to test a value of a variable:

If bInit=True ! if bInit is also OK

! .. do something

endif

See Also

Bool, False