Integer comparison: Difference between revisions

m
Changed over to works with template
(added ocaml)
m (Changed over to works with template)
Line 42:
 
=={{header|BASIC}}==
'''Compiler''':{{works [[with|QuickBasic]] |4.5}}
CLS
INPUT "a, b"; a, b 'remember to type the comma when you give the numbers
Line 316:
 
=={{header|Perl}}==
'''Interpreter:'''{{works [[with|Perl]] |5.x}}
 
Separate tests for less than, greater than, and equals
Line 470:
'''Platform:''' [[.NET]]
 
{{works with|Visual Basic .NET|9.0+}}
'''Language Version:''' 9.0+
 
Sub Main()
Anonymous user