source: git/Tst/Manual/AltVarEnd.tst @ 36bbdc

spielwiese
Last change on this file since 36bbdc was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 646 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "nctools.lib";
3ring R = 0,(x(1..4)),dp; // global!
4def ER = superCommutative(2); // (b = 2, e = N)
5setring ER; ER;
6"Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "].";
7setring R;
8"Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "].";
9kill R, ER;
10//////////////////////////////////////////////////////////////////
11ring R = 2,(x(1..4)),dp; // the same in char. = 2!
12def ER = superCommutative(2); // (b = 2, e = N)
13setring ER; ER;
14"Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "].";
15setring R;
16"Alternating variables: [", AltVarStart(), ",", AltVarEnd(), "].";
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.