Base64 encode data: Difference between revisions

Content added Content deleted
No edit summary
m (BaCon moved to the BASIC section.)
Line 373: Line 373:
</syntaxhighlight>
</syntaxhighlight>


=={{header|BaCon}}==
=={{header|BASIC}}==
==={{header|BaCon}}===
<syntaxhighlight lang="bacon">CONST file$ = "favicon.ico"
<syntaxhighlight lang="bacon">CONST file$ = "favicon.ico"
binary = BLOAD(file$)
binary = BLOAD(file$)