Integer comparison: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 536: Line 536:
if a>b [ print [ a "is greater than" b ] ]
if a>b [ print [ a "is greater than" b ] ]
if a=b [ print [ a "is equal to" b ] ]</lang>
if a=b [ print [ a "is equal to" b ] ]</lang>


=={{header|Astro}}==
=={{header|Astro}}==