At the moment, there is no way to operate or use array params on a radspec expression.
Maybe we could add the following array features:
- Index array elements (e.g,
myParam[2]).
- Get array's length (e.g.
myParam.length)
- Helper function to iterate over an array and perform operations on them.