source: git/Tst/Old/execut.tst @ 7924ee

spielwiese
Last change on this file since 7924ee was 079e48, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* avoid conficts from system("sh", "rm -f") git-svn-id: file:///usr/local/Singular/svn/trunk@4362 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 337 bytes
Line 
1//
2// test script for execute command
3//
4pagelength = 10000;
5ring r1=32003,(x,y,z),dp;
6r1;
7"-------------------------------";
8ideal j=x+y,z4+23y;
9write(":w save_j",j);
10ring r2=0,(x,y,z),Dp;
11string s="ideal k="+read("save_j")+";";
12execute(s);
13k;
14"-------------------------------";
15listvar(all);
16kill r1,r2;
17LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.