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
  • Instead read the lines into a table
    • Then use table.concat(tableName)