print(id .."blah".. blah)Can somebody please explain the ".." DOTS!?!?!
print()
Started by tfoote, Jul 05 2012 11:41 PM
1 reply to this topic
#1
Posted 05 July 2012 - 11:41 PM
I keep seeing code with something like
#2
Posted 06 July 2012 - 12:05 AM
It's the concatenation operator, read more on the lua manual.
It's not really needed in print statements, but it's useful in other situations.
It's not really needed in print statements, but it's useful in other situations.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











