Closed starius closed 9 years ago
Example:
*0 local function fff(a, b, *0 c) 2 return a + b + c end 2 fff(1,2,3)
Example: