Integer comparison: Difference between revisions

Content added Content deleted
Line 32: Line 32:
{{works with|ALGOL 68|Standard - no extensions to language used}}
{{works with|ALGOL 68|Standard - no extensions to language used}}
Note: the standard includes the characters "≤", "≥" and "≠". These appear
Note: the standard includes the characters "≤", "≥" and "≠". These appear
in the character sets [[wp:ALCOL]], [[wp:GOST 10859]], [http://www.w3.org/TR/REC-MathML/chap6/ISOTECH1.html ISOtech] and
in the character sets [[wp:ALCOR]], [[wp:GOST 10859]], [http://www.w3.org/TR/REC-MathML/chap6/ISOTECH1.html ISOtech] and
IBM's [[:wp:EBCDIC]] code pages e.g. [http://www-01.ibm.com/software/globalization/cs/cs01340.jsp code page 1340].
IBM's [[:wp:EBCDIC]] code pages e.g. [http://www-01.ibm.com/software/globalization/cs/cs01340.jsp code page 1340].


Line 62: Line 62:
Example output:
Example output:
<pre>
<pre>
3 4
+3 is less or equal to +4
+3 is less or equal to +4
+3 is less than +4
+3 is less than +4