I Heart Strings

String concatenation is still useful over string.format because it is an order of magnitude faster! string.format may be easier to read, but the performance difference can really show in a tight loop. Try it!