fork(1) download
  1. tabela_y = {0, 1, 2}
  2. print(table.concat(tabela_y, ","))
  3.  
  4. --https://pt.stackoverflow.com/q/54846/101
Success #stdin #stdout 0s 4376KB
stdin
Standard input is empty
stdout
0,1,2