source: git/Tst/Manual/permute_L.tst @ 951db29

spielwiese
Last change on this file since 951db29 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: 194 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "brnoeth.lib";
3list L=list();
4L[1]="a";
5L[2]="b";
6L[3]="c";
7L[4]="d";
8intvec P=1,3,4,2;
9// the list L is permuted according to P :
10permute_L(L,P);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.