Changes

no edit summary
Line 4: Line 4:  
-- * Function functions :V
 
-- * Function functions :V
   −
function Utils.id(x)
+
function Utils.id(...)
return x
+
return ...
 +
end
 +
 
 +
function Utils.second(_, x)
 +
    return x
 
end
 
end
  
cssedit, gkautomate
6,926

edits