Examples

include 'componentlist.g' newcl := componentlist('core', readonly=F); othercl := componentlist('centarusA.cl', readonly=T); newcl.replace(1:2, othercl, [10,13]);