Negative base numbers: Difference between revisions

m
→‎version 2 (up to base -71): changed wording in the REXX section header.
(→‎{{header|Raku}}: Add a module based version)
m (→‎version 2 (up to base -71): changed wording in the REXX section header.)
Line 1,594:
This REXX version supports up to negative base   '''─71''',   but it may not be compatible to other programming examples
<br>because the symbols (glyphs or numerals) used herein may not be in the same exact order. &nbsp; The symbols represented
<br>in this REXX program should be able to represent &nbsp;almost ''any'' &nbsp; programming language used on Rosetta Code.
<lang rexx>/*REXX pgm converts & displays a base ten integer to a negative base number (up to -71).*/
@=' converted to base '; numeric digits 300 /*be able to handle ginormous numbers. */