source: git/Tst/Short/bug_37.tst @ 1ebec3

spielwiese
Last change on this file since 1ebec3 was 57de80, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: bug 37,38, doc/Makefile: DOC2TEX_EXAMPLE_EXCLUSIONS git-svn-id: file:///usr/local/Singular/svn/trunk@8429 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 162 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4  list K1=list(1,2,3),list("a","b","c");
5  string h=K1[2][2]; K1[2][1]=h;// ok.
6  K1[2][1]=K1[2][2];// sig.11
7K1;
8
9//
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.