Integer comparison: Difference between revisions

Content added Content deleted
Line 268: Line 268:


=={{header|Action!}}==
=={{header|Action!}}==
<lang Action!>PROC Main()
<syntaxhighlight lang=Action!>PROC Main()
INT a,b
INT a,b


Line 283: Line 283:
PrintF("%I is equal to %I%E",a,b)
PrintF("%I is equal to %I%E",a,b)
FI
FI
RETURN</lang>
RETURN</syntaxhighlight>
{{out}}
{{out}}
[https://gitlab.com/amarok8bit/action-rosetta-code/-/raw/master/images/Integer_comparison.png Screenshot from Atari 8-bit computer]
[https://gitlab.com/amarok8bit/action-rosetta-code/-/raw/master/images/Integer_comparison.png Screenshot from Atari 8-bit computer]