source: git/Tst/Manual/listvar.tst @ fabb38

fieker-DuValspielwiese
Last change on this file since fabb38 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: 240 bytes
Line 
1LIB "tst.lib"; tst_init();
2  proc t1 { }
3  proc t2 { }
4  ring s;
5  poly ss;
6  ring r;
7  poly f=x+y+z;
8  int i=7;
9  ideal I=f,x,y;
10  listvar();
11  listvar(r);
12  listvar(t1);
13  listvar(proc);
14  LIB "poly.lib";
15  listvar(Poly);
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.