Integer comparison: Difference between revisions

Content added Content deleted
(added ocaml)
m (Changed over to works with template)
Line 42: Line 42:


=={{header|BASIC}}==
=={{header|BASIC}}==
'''Compiler''': [[QuickBasic]] 4.5
{{works with|QuickBasic|4.5}}
CLS
CLS
INPUT "a, b"; a, b 'remember to type the comma when you give the numbers
INPUT "a, b"; a, b 'remember to type the comma when you give the numbers
Line 316: Line 316:


=={{header|Perl}}==
=={{header|Perl}}==
'''Interpreter:''' [[Perl]] 5.x
{{works with|Perl|5.x}}


Separate tests for less than, greater than, and equals
Separate tests for less than, greater than, and equals
Line 470: Line 470:
'''Platform:''' [[.NET]]
'''Platform:''' [[.NET]]


{{works with|Visual Basic .NET|9.0+}}
'''Language Version:''' 9.0+


Sub Main()
Sub Main()