Talk:Integer comparison

From Rosetta Code
Revision as of 17:21, 11 May 2007 by Ce (talk | contribs) (incorrect examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Pop11 and Standard ML examples don't implement the task properly. Please note that the task explicitly contains "Test the condition for each case separately, so that all three comparison operators are used in the code." As is, those examples don't use the equality comparison operator. That is, they don't demonstrate how to compare for equality directly (in case those languages indeed only allow to test for integer equality by testing that one is neither larger nor smaller than the other — which I strongly doubt — it should be explicitly stated). --Ce 13:21, 11 May 2007 (EDT)