Base64 decode data: Difference between revisions

Content deleted Content added
imported>Regattaguru
Myrmidon (talk | contribs)
Line 1,907:
 
=={{header|Standard ML}}==
<syntaxhighlight lang="standard mlsml">val debase64 = fn input =>
let
 
Line 1,945:
To err is human, but to really foul things up you need a computer.
-- Paul R. Ehrlich </pre>
 
=={{header|Swift}}==
<syntaxhighlight lang="swift">