source: git/Tst/Manual/defined.tst @ 76ce4e6

spielwiese
Last change on this file since 76ce4e6 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: 277 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring r=(0,t),(x,y),dp;
3  matrix m[5][6]=x,y,1,2,0,x+y;
4  defined(mm);
5  defined(r) and defined(m);
6  defined(m)==voice;   // m is defined in the current level
7  defined(x);
8  defined(z);
9  defined("z");
10  defined(t);
11  defined(42);
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.