source: git/Tst/Manual/First_index_is_1.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 169 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring r;
3  ideal i=1,x,z;
4  i[2];
5  intvec v=1,2,3;
6  v[1];
7  poly p=x+y+z;
8  p[2];
9  vector h=[x+y,x,z];
10  h[1];
11  h[1][1];
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.