source: git/Tst/Old/ringdef.tst @ 85d15b1

spielwiese
Last change on this file since 85d15b1 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: 383 bytes
Line 
1//
2// test script for string command
3//
4ring r1 = 0,(x,y,z),ds;
5r1;
6"------------------------------";
7ring r2=12,(x(1..7)),(lp(2),dp(6));
8r2;
9"------------------------------";
10ring r3=32003,(x,y,z,a,b,c,d),(ds(3),dp(3));
11r3;
12"-----------------------------";
13ring r4=0,(x,y,z),(c,dp);
14r4;
15"----------------------------";
16listvar(all);
17kill r1,r2,r3,r4;
18LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.