fork(7) download
  1. tem_array = {10, 2, 3, 20, 1}
  2. arraymax = math.max(unpack(tem_array))
  3.  
  4. print (arraymax) -- 20
Success #stdin #stdout 0s 2788KB
stdin
Standard input is empty
stdout
20