Non-decimal radices/Output: Difference between revisions

m
(add RPL)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 1,916:
{{libheader|Wren-fmt}}
Wren has no non-decimal number conversions in its standard library so this uses a module I wrote myself to reproduce the Haskell table.
<syntaxhighlight lang="ecmascriptwren">import "./fmt" for Conv, Fmt
 
System.print(" 2 7 8 10 12 16 32")
9,482

edits