url-of ( object -- url )


Vocabulary
html.streams

Inputs
objectan object


Outputs
urla string


Generic word contract
Outputs a link to a page displaying a presentation of the given object. This word is called when write-object is called on html-writer instances.

Definition

GENERIC: url-of ( object -- url )


Methods