Ada Programming/Delimiters//=

From testwiki
Revision as of 01:25, 31 July 2017 by imported>PokestarFan (See also: clean up & typo fixing using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Ada/Navigation

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 , in the same way than <= resembles , or >= resembles .

See also

Wikibook

Ada 95 Reference Manual

Ada 2005 Reference Manual


Template:Ada/Operators [[Template:BOOKCATEGORY|/=]] [[Template:BOOKCATEGORY/Unfinished module|/=]]