source: git/Tst/Short/bug_21.tst @ 010b3f

spielwiese
Last change on this file since 010b3f was 328da8, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: ringsum bug git-svn-id: file:///usr/local/Singular/svn/trunk@4753 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 101 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r1=0,x,(c,dp);
5ring r2=0,y,(c,dp);
6def r=r1+r2;
7r;
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.