Integer comparison: Difference between revisions

m
Line 268:
 
=={{header|Action!}}==
<langsyntaxhighlight lang=Action!>PROC Main()
INT a,b
 
Line 283:
PrintF("%I is equal to %I%E",a,b)
FI
RETURN</langsyntaxhighlight>
{{out}}
[https://gitlab.com/amarok8bit/action-rosetta-code/-/raw/master/images/Integer_comparison.png Screenshot from Atari 8-bit computer]
153

edits