2 USING: help.markup help.syntax kernel strings ;
4 ARTICLE: "present" "Converting objects to human-readable strings"
5 "A word for converting an object into a human-readable string:"
6 { $subsection present } ;
9 { $values { "object" object } { "string" string } }
10 { $contract "Outputs a human-readable string from an object." }
11 { $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 " { $vocab-link "html.components" } " or " { $vocab-link "urls" } " vocabularies." } ;