Jump to content

Integer comparison: Difference between revisions

m
(Undo revision 24787 by 62.194.126.7 (Talk) need to use all three operators)
Line 379:
 
=={{header|Modula-3}}==
<lang modula3>MODULE Main;
<pre>
MODULE Main;
 
FROM IO IMPORT Put, GetInt;
Line 397 ⟶ 396:
Put(Int(a) & " is greater than " & Int(b) & "\n");
END;
END Main.</lang>
</pre>
 
=={{header|Oberon-2}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.