source: git/Tst/Old/va.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 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: 333 bytes
Line 
1//
2// test script for var command
3//
4ring r1 = 0,(x,y,z),dp;
5r1;
6varstr(r1,3);
7"-----------------------------------";
8ring r2=0,(x(1..10),y(1..9),z(1..8)),dp;
9r2;
10varstr(r2,10);
11varstr(r2,12);
12varstr(r2,22);
13varstr(basering,3);
14varstr(r2,28);
15"--------------------------------";
16listvar(all);
17kill r1;
18LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.