Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
Rebol Programming/to-tag
Language
Watch
Edit
<
Rebol Programming
This page may need to be
reviewed
for quality.
Contents
1
USAGE:
2
DESCRIPTION:
3
ARGUMENTS
4
SOURCE CODE
USAGE:
edit
TO-TAG value
DESCRIPTION:
edit
(undocumented)
TO-TAG is a function value.
ARGUMENTS
edit
value
-- (Type: any)
SOURCE CODE
edit
to-tag: func [value][to tag! :value]