source: git/Tst/Manual/list_operations.tst @ 42ea848

spielwiese
Last change on this file since 42ea848 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 188 bytes
Line 
1LIB "tst.lib"; tst_init();
2  list l1 = 1,"hello",list(-1,1);
3  list l2 = list(1,5,7);
4  l1 + l2;             // a new list
5  l2 = delete(l2, 2);  // delete 2nd entry
6  l2;
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.