source: git/Tst/Plural/doc-ring-ops.tst @ 199cd68

fieker-DuValspielwiese
Last change on this file since 199cd68 was a6e7454, checked in by Viktor Levandovskyy <levandov@…>, 21 years ago
nontrivial examples from Plural doc git-svn-id: file:///usr/local/Singular/svn/trunk@6653 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 103 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring R1=0,(x,y),dp;
4ring R2=32003,(a,b),dp;
5def R=R1+R2;
6R;
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.