Rebol Programming/do-face-alt

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

USAGE:[edit | edit source]

DO-FACE-ALT face value 

DESCRIPTION:[edit | edit source]

(undocumented)

DO-FACE-ALT is a function value.

ARGUMENTS[edit | edit source]

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

SOURCE CODE[edit | edit source]

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