sum method

Sum sum([
  1. dynamic args
])

Implementation

Sum sum([args]) => Sum(this, args);