method to_htm
Contract
Return typewob
No input parameters.
Water Contract
<method to_htm/>
Returns a string that is an HTML representation of an object. For null , returns "" . For strings, numbers, booleans, characters returns the usual literal string representation. For instances of hypertext objects, returns their normal html representation, i.e. "<b>xxx</b>" for a bold tag. For vectors and supervectors, returns a string of the concatenation of the result of to_htm being called on each of the items in the vector. For other objects prints "". In particular, a regular object, even if it has a content, is printed as "".