You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angerangel edited this page Mar 19, 2013
·
1 revision
USAGE
MOLD64 data
DESCRIPTION
Temporary function to mold binary base 64.
MOLD64 is a function value.
ARGUMENTS
data
#SOURCE
mold64: make function! [ [
"Temporary function to mold binary base 64."
data
/local base
][
base: system/options/binary-base
system/options/binary-base: 64
data: mold :data
system/options/binary-base: :base
data
] ]