source: git/Tst/Short/ringsum.tst @ d4b25e

spielwiese
Last change on this file since d4b25e was 4a6131, checked in by Hans Schönemann <hannes@…>, 25 years ago
* hannes: simplest test to rSum git-svn-id: file:///usr/local/Singular/svn/trunk@2926 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 102 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r=0,(x,y,z),ws(1,2,3);
5ring s=0,(a,b),dp;
6r+s;
7s+r;
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.