Name: vi73552 Date: 06/28/99
The documentation states:
Begin Quote:
---------------
As another example, the following three lines specify a single property:
fruits apple, banana, pear, cantaloupe, watermelon, kiwi, mango
The key is "fruits" and the associated element is:
"apple, banana, pear, cantaloupe, watermelon,kiwi, mango"
Note that a space appears before each \ so that a space will appear after each comma in the final result; the \, line terminator, and leading whitespace on the continuation line are merely discarded and are not replaced by one or more other characters.
---------------
End Quote:
There should be a space between the comma and the 'k' in the
phrase "watermelon,kiwi" as described in the sentence directly
after that phrase.
(Review ID: 84934)
======================================================================