Description

ATEasy statements are the program elements that control how and in what order, data is manipulated. Most ATEasy statements are usually a one-line text that must be ended with a new-line character.

In ATEasy version 5.0 a statement can span across more than one line by placing the \ character at the end of each line that is expanded. In addition a multi line comment statement can be inserted inside a statement. The For, If, #Ifdef, Loop, Repeat, Select, Try, and While statements contains other statement (s) and therefore span over multiple lines .

ATEasy statements can be categorized as basic (assignments, function/subroutine calls, and commands), flow control, and miscellaneous statements.

Basic Statements

 

Assignment

Function Call

Subroutine Call

Flow Control Statements

 

Abort

For

Retry

AddHandler

Goto

Return

Continue

If

Run

Error

Ignore

Select

Exit

Loop

Task

Exitloop

Pause

Test

ExitProgram

RemoveHandler

Try

ExitTask

Repeat

While

ExitTest

Reset

 

Miscellaneous Statements

 

Append

Load

ReDim

Command

LoadLibrary (v7)

Unload

Comment

Print

UnloadLibrary (v7)

#Ifdef

Trace