source: git/Tst/Old/numvar.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: 432 bytes
Line 
1//
2// test script for nvars command
3//
4ring r1 = 32003,(x,y,z),(c,ds);
5r1;
6nvars(r1);
7"--------------------------------";
8ring r2=23,(x(1..36)),ds;
9r2;
10nvars(r2);
11"-------------------------------";
12ring r3=0,(x,y,z(1..18)),ds;
13r3;
14nvars(r3);
15"------------------------------";
16ring r4=0,(x(1..6),y(1..7),z(1..8),a),ds;
17r4;
18nvars(r4);
19"--------------------------------";
20listvar(all);
21kill r1,r2,r3,r4;
22LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.