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

fieker-DuValspielwiese
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: 845 bytes
Line 
1//
2// test script for option command
3//
4ring r1=32003,(x,y,z),dp;
5r1;
6"-----------------------";
7test(24);
8option(prot);
9"------------------------";
10option();
11"--------------------------";
12option(notSugar);
13"-------------------------";
14option();
15"----------------------";
16option(noprot);
17"--------------------------";
18option();
19"---------------------------";
20option(none);
21"--------------------------";
22option();
23"-------------------------";
24option(redSB);
25"-------------------------------";
26option();
27"--------------------------";
28option(interrupt);
29"--------------------------";
30option();
31"------------------------";
32option(sugarCrit);
33"------------------------";
34option();
35"-------------------------";
36option(fastHC);
37"--------------------------";
38option();
39"-------------------------";
40listvar(all);
41kill r1;
42LIB "tst.lib";tst_status(1);$;
43
Note: See TracBrowser for help on using the repository browser.