source: git/Tst/Short/bug_11.tst @ 107aac

spielwiese
Last change on this file since 107aac was a1c9c02, checked in by Hans Schönemann <hannes@…>, 25 years ago
*hannes: bug11 git-svn-id: file:///usr/local/Singular/svn/trunk@3043 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 103 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r;
5list l=x,0,y,number(0),z;
6ideal(l[1..5]);
7kill r;
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.