REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns a block of information about an object or port.
Arguments:
obj [object! port!]
Refinements:
/match - Include only those that match a string or datatype
pat
See also:
This function provides an easy way to view the contents of an object. The function is friendly to print. It is an alternative to mold and probe which may display too much information for deeply structured objects.
print dump-obj system/intrinsic do function! Called for DO on datatypes that require more ... make-module function! [ spec [block!] "As [spec-block body-block]" ... make-port function! Creates a new port from a scheme specificatio... parse-url object! [digit digits alpha-num scheme-char path-char... begin function! Called once boot is complete. Handles argumen...
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |