14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
inp$={VG8gZXJyIGlzIGh1bWFuLCBidXQ
|
|
gdG8gcmVhbGx5IGZvdWwgdGhpbmdzI
|
|
HVwIHlvdSBuZWVkIGEgY29tcHV0ZXI
|
|
uCiAgICAtLSBQYXVsIFIuIEVocmxpY2g=
|
|
}
|
|
tmp$=tempname$
|
|
open tmp$ for wide output as #f
|
|
print #f, string$(inp$ as decode64);
|
|
close #f
|
|
document a$
|
|
load.doc a$, tmp$
|
|
report a$
|
|
clipboard a$
|