< Rebol Programming

USAGE:

FLAG-FACE? face 'flag 

DESCRIPTION:

Checks a flag in a VID face.

FLAG-FACE? is a function value.

ARGUMENTS

  • face -- (Type: object)
  • flag -- (Type: any)

SOURCE CODE

flag-face?: func [
    "Checks a flag in a VID face." 
    face [object!] 'flag
][all [face/flags find face/flags flag]]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.