Rebol Programming/do-face-alt
Appearance
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] ]