source: git/Tst/Manual/Miscellaneous_oddities_4.tst

spielwiese
Last change on this file was 159ca3, checked in by Hans Schoenemann <hannes@…>, 5 years ago
fix: doc/test: (intTest::i)
  • Property mode set to 100644
File size: 218 bytes
Line 
1LIB "tst.lib"; tst_init();
2package K;
3string varok; exportto(K,varok);
4int i(1..3); exportto(K,i(1..3));
5// Toplevel does not contain i(1..3)
6listvar();
7// i(1..3) are stored in Package 'K'
8listvar(K);
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.