Base64 decode data: Difference between revisions

Content deleted Content added
imported>Regattaguru
Myrmidon (talk | contribs)
Line 1,907: Line 1,907:


=={{header|Standard ML}}==
=={{header|Standard ML}}==
<syntaxhighlight lang="standard ml">val debase64 = fn input =>
<syntaxhighlight lang="sml">val debase64 = fn input =>
let
let


Line 1,945: Line 1,945:
To err is human, but to really foul things up you need a computer.
To err is human, but to really foul things up you need a computer.
-- Paul R. Ehrlich </pre>
-- Paul R. Ehrlich </pre>

=={{header|Swift}}==
=={{header|Swift}}==
<syntaxhighlight lang="swift">
<syntaxhighlight lang="swift">