Hacker News new | ask | show | jobs
by nmz 1013 days ago
So it basically does

  function M(...)
    if select("#",...)>3 then
      error("failed arity check on M()")
    end
  end
1 comments

pretty much, yeah