LIB "tst.lib"; tst_init(); list l="a","b","c"; list l1=delete(l,2);l1; l; tst_status(1);$