Arithmetic/Integer: Difference between revisions

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