Changeset 12573 for trunk/abcl/doc/design/pathnames/url-pathnames.markdown
- Timestamp:
- 03/26/10 08:57:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/design/pathnames/url-pathnames.markdown
r12572 r12573 82 82 83 83 A URL PATHNAME always has a HOST component which is a proper list. 84 This list will be an association list (alist). The associationlist85 values must be a string.84 This list will be an property list (plist). The property list 85 values must be character strings. 86 86 87 87 :SCHEME
Note: See TracChangeset
for help on using the changeset viewer.