A construction like "tag1" " tag2 " doesn't work!
When you try to insert a space, the compiler swears and does not enter the string
I don't need a single tag!
The.&. operator-combines tags-two in one
And I need it to be like this for example. "audio" "audio2"
But it doesn't work that way-the compiler won't skip the space between tags!
And here is "audio" & "audio2". it ends up with ONE tag "audio audio2"-I don't need that!