Handbook
Glossary
<base64> ( string -- base64 )
XML-RPC
Prev:
rpc-fault
Next:
<rpc-method> ( name params -- rpc-method )
Vocabulary
xml-rpc
Inputs
string
a
string
Outputs
base64
a base64 tuple
Word description
creates a base64 tuple using the data in the string. This marks the data for encoding in the base64 format
See also
base64
Definition
USING:
kernel
;
IN:
xml-rpc
:
<base64>
( string -- base64 )
\
base64
boa
;
inline