In many languages you can concatenate strings on variable assignment. I have a scenario, using the Lua programming language, where I need to append the output of a command to a
Strings can be joined together using the concatenation operator ".."
this is the same for variables I think