Non-decimal radices/Convert: Difference between revisions

m
m (add RPL)
m (→‎{{header|Wren}}: Minor tidy)
Line 3,737:
{{libheader|Wren-fmt}}
The methods Conv.itoa and Conv.atoi in the above module provide the required functionality.
<syntaxhighlight lang="ecmascriptwren">import "./fmt" for Conv
 
System.print(Conv.itoa(26, 16))
9,483

edits