getParam method

Variable getParam(
  1. int i
)

Returns the i-th parameter of this function (0-based).

Implementation

Variable getParam(int i) => args[i];