Ada Programming/Delimiters//=
(Redirected from Ada Programming/Operators//=)
Operator
editThe operator /= compares two values on inequality. It is predefined for all non limited types. The operator will also be defined if a suitable operator = is available.
Note that in Ada the representation for this operator was chosen for resembling the mathematical symbol , in the same way than <= resembles , or >= resembles .
See also
editWikibook
editAda 95 Reference Manual
editAda 2005 Reference Manual
edit
Ada Operators | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|