Ada Programming/Delimiters//=

From Wikibooks, open books for an open world
Jump to: navigation, search

Ada Lovelace 1838.jpg

Contents


[edit] Operator

The 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 \ne, in the same way than <= resembles \le, or >= resembles \ge.

[edit] See also

[edit] Wikibook

[edit] Ada 95 Reference Manual

[edit] Ada 2005 Reference Manual



Ada Operators
and and then > + abs &
or or else >= - mod
xor = < * rem in
not /= <= ** / not in
Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export