< Rebol Programming
USAGE:
DO-FACE face value
DESCRIPTION:
(undocumented)
DO-FACE is a function value.
ARGUMENTS
- face -- (Type: any)
- value -- (Type: any)
SOURCE CODE
do-face: func [face value][ do get in face 'action face either value [value] [face/data] ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.