@Alternate - Alternate Operator Set
Syntax
@ALTERNATE
Use
@ALTERNATE brings an alternate set of operators into effect that replace the normal ABEL-HDL operators if you feel more comfortable with the alternate set because of their familiarity with operators used in other languages.
The alternate operators remain in effect until the @STANDARD directive is issued or the end of the module is reached.
Standard Alternate
Operator Operator Description
! / NOT
& * AND
# + OR
$ :+: XOR
!$ :*: XNOR