Use '..' to join strings
Contents
Lua has a slightly unusual operator for concatenating strings, it is ‘..’
For example:
local Count = 10 local S = 'Fred '..' the dog had '..Count..' balls.'
Concatenation will change some types into their number representation.
Continue: Local and Global Variables
Pingback: Will You Share Your Code? - iNTERFACEWARE Inc.