source: git/Tst/Manual/exportto.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 254 bytes
Line 
1LIB "tst.lib"; tst_init();
2proc p1
3{
4  int i,j;
5  exportto(Current,i);
6  intmat m;
7  listvar(Current);
8  exportto(Top,m);
9}
10p1();
11package Test1;
12exportto(Test1,p1);
13listvar(Top);
14listvar(Test1);
15Test1::p1();
16listvar(Top);
17listvar(Test1);
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.