Variable getParam(int i)

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

Source

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