Chapter 3: Control Statements

1.12 Composite Types. There are two kinds of composite types: arrays and records. 1.12.1 Array Types. Multiple values of same type under single identifier. One or more dimensions. (Autologic only support 2D). Values referenced by indices. Indice's type must be integer or enumeration. Declaration format: ................
................