Integer comparison: Difference between revisions

m
Line 617:
 
=={{header|Arturo}}==
<langsyntaxhightlight lang=rebol>a: to :integer input "enter a value for a: "
b: to :integer input "enter a value for b: "
 
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 ] ]</langsyntaxhighlight>
 
=={{header|Astro}}==
153

edits