UNPKG

qcobjects-docs

Version:

The official app and website for documentation of QCObjects

8 lines (5 loc) 110 B
### ArrayList A Class definition used to manage lists ```javascript let myvar = New(ArrayList,[1,2,3]); ```