Rebol Programming/show

USAGE:

edit
SHOW face 

DESCRIPTION:

edit

Display a face or block of faces.

SHOW is a native value.

ARGUMENTS

edit
  • face -- (Type: object block)

SOURCE CODE

edit
show: native[
    "Display a face or block of faces." 
    face [object! block!]
]