Index finite lists of positive integers: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
m (→‎{{header|Wren}}: Minor tidy)
Line 1,223: Line 1,223:
{{trans|Kotlin}}
{{trans|Kotlin}}
{{libheader|Wren-big}}
{{libheader|Wren-big}}
<syntaxhighlight lang="ecmascript">import "/big" for BigInt
<syntaxhighlight lang="wren">import "./big" for BigInt


// Separates each integer in the list with an 'a' then encodes in base 11.
// Separates each integer in the list with an 'a' then encodes in base 11.