String Buffer
- Reading in long strings one line at a time from a file
- Should not use string concatenation operator (..)
- A new string is created during each operation
- Should not use string concatenation operator (..)
- Instead read the lines into a table
- Then use table.concat(tableName)