rokucommunity / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
4 stars 2 forks source link

Implement method `slice()` on `roArray` under the interface `ifArraySlice` #60

Closed lvcabral closed 3 months ago

lvcabral commented 3 months ago

The interface is not documented by Roku, but here an example of usage:

image

It is available on Roku OS at least back to v9.1

lvcabral commented 3 months ago

This was implemented by #61