Integer comparison: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 535:
if a<b [ print [ a "is less than" b ] ]
if a>b [ print [ a "is greater than" b ] ]
if a=b [ print [ a "is equal to" b ] ]</lang>
</lang>
 
1,532

edits