source: git/Tst/Old/m10si.tst @ 882ae9c

spielwiese
Last change on this file since 882ae9c 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: 365 bytes
Line 
1  string s="Hi";
2  string s1="a string with new line at the end"+newline;
3  string s2="another string with new line at the end
4  ";
5  s;s1;s2;
6  ring r; ideal i=std(ideal(x,y^3));
7  "dimension of i =",dim(i),", multiplicity of i =",mult(i);
8  "dimension of i = "+string(dim(i))+", multiplicity of i = "+string(mult(i));
9  "a"+"b","c";
10LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.