source: git/Tst/Old/typ.tst @ 52fac69

fieker-DuValspielwiese
Last change on this file since 52fac69 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: 485 bytes
Line 
1//
2// test script for type command
3//
4//option(prot);
5ring r1=32003,(a,b,x,y,z),ls;
6r1;
7"--------------------------";
8poly s1=12;
9poly s2=x2;
10int k=10;
11ideal i=x2,y2;
12module m=[0,x2],[z4,0];
13type m;
14"---------------------------";
15type r1;
16"----------------------------";
17type s1;
18"---------------------------";
19type s2;
20"---------------------------";
21type k;
22"------------------------------";
23type i;
24"--------------------------";
25listvar(all);
26kill r1;
27LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.