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

fieker-DuValspielwiese
Last change on this file since 52fac69 was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 273 bytes
Line 
1  string s="hello";
2  size(s);
3  intvec iv=1,2;
4  size(iv);
5  ring r=0,(x,y,z),lp;
6  poly f=x+y+z;
7  size(f);
8  vector v=[x+y,0,1];
9  size(v);
10  ideal i=f,y;
11  size(i);
12  module m=v,[0,1],[0,0,1],2*v;
13  size(m);
14  matrix mm[2][2];
15  size(mm);
16LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.