Jump to content

Integer comparison: Difference between revisions

m
Removed extra newlines.
(Added BASIC example.)
m (Removed extra newlines.)
Line 90:
Then, execute the function for better control:
(compare-integers)
 
 
=={{header|C}}==
Line 344 ⟶ 343:
?>
Note that this works from the command-line interface only, whereas [http://www.php.net PHP] is usually executed as [http://en.wikipedia.org/wiki/Common_Gateway_Interface CGI].
 
 
=={{header|Pop11}}==
Line 391 ⟶ 389:
=={{header|Standard ML}}==
{{incorrect|Standard ML}}
 
fun compare_integers(a, b) =
if a < b then print "A is less than B\n"
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.