what is the use of & and " "

drubiano

Member
& i to concatinate strings, an example is:
”ex” & “ample” will result in example.

“ “ is a space, an example is:
“This is a” & “ “ & “space”
 
Top