!

!


arrays, relational expressions Index Level "
Syntax ! comment{s}
logical.expression ! logical.expression
Category BASIC
Type Operator, Logical Statement
Description indicates a remark (comment) statement or an "or" operator in a logical expression.
Options
See Also OR operators IF special characters logical expressions REM * IFR
Example if x < 0 ! x > 10 then...

This illustrates the "!" as an "or" operator.

! mainline ....

This shows the "!" as a remark.
Warnings
Compatibility D3 7.0 AP R83
arrays, relational expressions Index Level "