Non-decimal radices/Output: Difference between revisions

m
→‎{{header|REXX}}: changed version names. -- ~~~~
m (→‎dec ◄──► bin: added a comment in the REXX section header. -- ~~~~)
m (→‎{{header|REXX}}: changed version names. -- ~~~~)
Line 859:
 
=={{header|REXX}}==
===dec ◄──► bin, hex===
Note that some REXX interpreters have the '''D2B''' (decimal-->binary) built-in function.
<br>So, the '''D2B''' function was coded here for those REXX interpreters that don't have that function.
Line 929:
</pre>
 
===dec ◄──► bin, hex, char===
Rexx also has the ability to use base 256 and uses the D2C and C2D function for this purpose.
<br><br>Of course, using base 256 is hampered in ASCII machines in that some lower values are