table.concat 177 B

12345
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : table.concat
  3. #key : table.concat
  4. # --
  5. table.concat( ${1:tablename}${2:, ", "}${3:, start_index}${4:, end_index} )