The concatenation of strings is denoted by a period: Prototype string <-- string . string [. string]* Examples "A" . "B"; AB "A" . "B" . "C"; ABC
The concatenation of strings is denoted by a period:
Prototype
string <-- string . string [. string]*
Examples
"A" . "B"; AB "A" . "B" . "C"; ABC
AB
ABC