See the glossary entries for:
or the entire glossary.
Web Address (scalar type for URL strings) Title of this Item
URL_Value Name of this Item
This item represents a particular type of constant value that can be used as the object of connections. For example, in the statement "SallySinger webSiteIs 'http://sally-stringer.tld/'", the "http..." string is a Web Address-type constant value. The system checks the address (URL) supplied for syntax, but does not currently test that the location referenced actually exists. In addition to the web address itself, a URL_Value-constant can contain additional text, separated from the web address by spaces. (Note that URLs are not allowed to contain spaces, so there is no opportunity for confusion.) When creating pages that use a URL_Value to create links, if additional text is present in the URL_Value, it will be used for the text of the link instead of the actual web address. Description of this Item