Base64 decode data: Difference between revisions

m
untangle J from Haxe
(J)
m (untangle J from Haxe)
Line 832:
-- Paul R. Ehrlich</pre>
 
=={{header|J}}==
<lang J>
using J's [https://github.com/jsoftware/convert_misc/blob/master/base64.ijs convert/misc/base64] script:
 
<lang J> require'convert/misc/base64'
frombase64 'VG8gZXJyIGlzIGh1bWFuLCBidXQgdG8gcmVhbGx5IGZvdWwgdGhpbmdzIHVwIHlvdSBuZWVkIGEgY29tcHV0ZXIuCiAgICAtLSBQYXVsIFIuIEVocmxpY2g='
To err is human, but to really foul things up you need a computer.
6,951

edits