SyntaxFix
Write A Post
Hire A Developer
Questions
If you are asking whether there's shorthand version of operator .. - no there isn't. You cannot write a ..= b. You'll have to type it in full: filename = filename .. ".tmp"
..
a ..= b
filename = filename .. ".tmp"