I think it's supposed to be a directive to the compiler to be able to use more than 1 line for a single line of code
Like _
If _
You wanted _
to _
code like this _
for some strange _
Reason _
I tried it once and I think it wasn't working, not sure tho. It is handy for long lines of code, and for organizing but like I said I don't think it works.
oh and btw, concatenation in programming usually means to "join" or "concatenate" two items of data, usually strings
strFirstName ; " " ; strLastName is considered concatenated
-RUST-