Rebol Programming/show

USAGE:Edit

SHOW face 

DESCRIPTION:Edit

Display a face or block of faces.

SHOW is a native value.

ARGUMENTSEdit

  • face -- (Type: object block)

SOURCE CODEEdit

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