source: git/Tst/Old/teste.tst @ e706ff

spielwiese
Last change on this file since e706ff 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: 238 bytes
Line 
1//
2// test script for test command
3//
4//option(prot);
5ring r1=32003,(a,b,x,y,z),ls;
6r1;
7"--------------------------";
8test(0,15);
9test(-15,24);
10option();
11"--------------------------";
12listvar(all);
13kill r1;
14LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.