< Rebol Programming  
        
      USAGE:
SHOW face
DESCRIPTION:
Display a face or block of faces.
SHOW is a native value.
ARGUMENTS
- face -- (Type: object block)
 
SOURCE CODE
show: native[
    "Display a face or block of faces." 
    face [object! block!]
]
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.