Jump to content

Base64 decode data: Difference between revisions

m
m (→‎{{header|Wren}}: Minor tidy)
Line 2,001:
{{libheader|Wren-str}}
From first principles using string manipulation. Quick enough here.
<syntaxhighlight lang="ecmascriptwren">import "io" for Stdout
import "./fmt" for Conv, Fmt
import "./str" for Str
 
var alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
9,490

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.