Generalised floating point addition: Difference between revisions

m
→‎any base: added a comment about the '''output''' being identical to the previous version. -- ~~~~
(→‎{{header|REXX}}: added ''any'' base version. -- ~~~~)
m (→‎any base: added a comment about the '''output''' being identical to the previous version. -- ~~~~)
Line 909:
putit: parse arg px,which;if \isint(px) then px=numx(px)
items.which=items.which+1; _=items.which; item.which._=px; return</lang>
'''output''' is identical to the previous version.
<br><br>