Arithmetic/Integer: Difference between revisions

m
Line 1,663:
exit</code>
How rounding is handled is up to the interpreter, but I believe the intent was round towards 0.
 
</lang>
=={{header|PL/I}}==<lang PL/I>
<lang PL/I>
get list (a, b);
put skip list (a+b);