N="name": The name(s) of the file(s) to be opened/created - separate multiple file names with the | character (with or without double quotes), or put each name in double quotes and separate them by spaces. Alternatively, use templates from the "+" button to create multiple files. If a file already exists, it will just be opened, not overwritten with a new one.
Note: Use angle brackets to pass multiple names in double quotes:
N=<"name1" "name2" "name3"> or N=<"name1"|"name2"|"name3">
This is what we have right now in a CHM help file.
Suggestion is covering as I see ONLY the NOTE: section:
Note: For multiple names separated by a space or |, angle brackets are used for the entire parameter N, but double quotes are only allowed for |.
Equivalent entries: N="name 1|name 2|name 3" or N=<name 1|name 2|name 3> or N=<"name 1" "name 2" "name 3">
And so as I see - there are NO any specific sentences ABOVE the NOTE section in which we can to learn something else.
ONLY in this section <> are mentioned. And their mention is strictly within the framework of one situation:
"
angle brackets are used for the entire parameter N"
So where and what information is given above that could answer my misunderstanding of logic?
for a "proper?" example of using sub-names in parameter N:
I do not see <> which "
are used for the entire parameter N"
In other words, I cannot in any way or from any sentence of these text paragraphs somehow extract
the essence of the possibility of avoiding the using of these brackets.
Thus, it seems to me that they should ALWAYS be present if more than one sub-name is specified.
And in the Notes section, you can not specify an example line where they are not used.