Integer comparison: Difference between revisions

m
Line 1,601:
 
=={{header|Fermat}}==
<langsyntaxhighlight lang=fermat>Func Compare =
?a;
?b;
Line 1,607:
if a<b then !'Less than' fi;
if a>b then !'Greater than' fi;
.;</langsyntaxhighlight>
 
=={{header|Fish}}==
153

edits