ATEasy - Programming Language Guide

This guide describes the ATEasy programming language and includes information on the following topics:

 

Topic

Description

Identifiers

The rules for naming variables, objects, procedures, drivers, etc. and their scope.

Basic Data Types

The internal data types, for example, Char, Bool, Long, Double, String, etc.

User Defined Data Types

User-defined data types, for example, array, enum, struct, and typedef.

Variables

The naming conventions, properties, and lifetimes of variables.

Literals

The literal constant types.

Data Conversion

The rules on how data is converted to different types, either automatically or by the user.

Expressions

Expressions, operands, operators, and rules of precedence.

Procedures

The built-in function procedures of ATEasy.

COM Objects

How COM objects are created and used, along with their properties and methods. 

Scope

How scope rules describe the order in which ATEasy searches for variables.

Statements

The program elements that control how and in what order, data is manipulated.

Copyright © 1991–2023 Marvin Test Solutions, Inc. All Rights Reserved.