Rebol Programming/do-face

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:[edit | edit source]

DO-FACE face value 

DESCRIPTION:[edit | edit source]

(undocumented)

DO-FACE is a function value.

ARGUMENTS[edit | edit source]

  • face -- (Type: any)
  • value -- (Type: any)

SOURCE CODE[edit | edit source]

do-face: func [face value][
    do get in face 'action face either value [value] [face/data]
]