source: git/Tst/Old/liste.tst @ 37cd955

spielwiese
Last change on this file since 37cd955 was 37cd955, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13172 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 462 bytes
Line 
1//
2// test script for listvar command
3//
4ring r1=32003,(x,y,z),dp;
5r1;
6"-----------------------";
7poly s2=12x2+3y2;
8int i=34;
9ring r2=0,(x,y,z),ds;
10poly s1=x4+y2;
11ideal i1=x2,y2,z2;
12listvar();
13"--------------------------";
14listvar(r2);
15"--------------------------";
16listvar(ring);
17"----------------------------";
18listvar(poly);
19"----------------------------";
20listvar(i1);
21"--------------------------";
22listvar(all);
23kill r1,r2;
24LIB "tst.lib";tst_status(1);$;
25
Note: See TracBrowser for help on using the repository browser.