


A logical assignment statement has the form:
logical-var = logical-expression
Where the logical-var can be a logical variable or array element. Logical variables and
array elements are mainly used to store the values of relational expressions until some
later point where they are used in IF statements.


