Talk:Integer comparison: Difference between revisions

From Rosetta Code
Content added Content deleted
(incorrect examples)
(No difference)

Revision as of 17:21, 11 May 2007

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)