A-Script supports a number of conditional statements that will perform different actions for different conditions. A-Script supports the following conditional statements: IF/ELSEIF/ELSE loop and WHILE loop.  Table Conditions below shows the available conditions.

Symbol

Meaning

=

Equals

!=

Not Equal

>

Greater than

<

Less than

>=

Greater than or Equals

<=

Less than or Equals

Conditions


Examples of using conditional loop control in a program can be found in sections 5.4.3 Standalone Example Program 3 – Single Thread, through 5.4.10 Standalone Example Program 10 – Multi-thread with subroutine.


< Previous Section | Topic Home | Home |  Next Section  >