fork(1) download
  1. tem_array = {10, 2, 3, 20, 1}
  2. table.sort(tem_array)
  3.  
  4. print (tem_array[#tem_array]) -- 20
Success #stdin #stdout 0s 2788KB
stdin
Standard input is empty
stdout
20