Arithmetic/Integer: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 455:
 
=={{header|Clipper}}==
<lang clippervisualfoxpro>procedure Test( a, b )
? "a+b", a + b
? "a-b", a - b
Line 1,117:
 
=={{header|Harbour}}==
<lang harbourvisualfoxpro>procedure Test( a, b )
? "a+b", a + b
? "a-b", a - b