present ( object -- string )
Converting objects to human-readable strings


Vocabulary
present

Inputs
objectan object


Outputs
stringa string


Generic word contract
Outputs a human-readable string from an object.

Notes
New methods can be defined by user code. Most often, this is done so that the object can be used with various words in the html.components or urls vocabularies.

Definition

GENERIC: present ( object -- string )


Methods




























M: local present path>> "Unix domain socket: " prepend ;