RosettaCodeData/Task/Base64-decode-data/M2000-Interpreter/base64-decode-data-1.m2000

14 lines
282 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
inp$={VG8gZXJyIGlzIGh1bWFuLCBidXQ
gdG8gcmVhbGx5IGZvdWwgdGhpbmdzI
HVwIHlvdSBuZWVkIGEgY29tcHV0ZXI
uCiAgICAtLSBQYXVsIFIuIEVocmxpY2g=
}
tmp$=tempname$
open tmp$ for wide output as #f
2026-02-01 16:33:20 -08:00
print #f, string$(inp$ as decode64);
2023-07-01 11:58:00 -04:00
close #f
document a$
load.doc a$, tmp$
report a$
clipboard a$