Arithmetic/Integer: Difference between revisions

m
→‎{{header|REXX}}: clarified what the user entered from the command line. -- ~~~~
m (→‎{{header|REXX}}: clarified what the user entered from the command line. -- ~~~~)
Line 1,943:
<pre>
Enter two integer values (separated by blanks):
17 -4 ◄══════════════════════════════════════════ what the user entered.
17 -4
 
17 + -4 ───► 13
17 - -4 ───► 21