Concatenating two strings
The user manual says users don't have to worry about concatenating two strings but it doesn't actually explain how to do it.
If I have $0 and $1 being strings, how do I assign $2 = $0 + $1?
Do I just use the plus symbol?
Gili