source: git/Tst/Old/time.tst @ 85d15b1

spielwiese
Last change on this file since 85d15b1 was 37cd955, checked in by Hans Schoenemann <hannes@…>, 14 years ago
pagelength removed git-svn-id: file:///usr/local/Singular/svn/trunk@13172 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 283 bytes
Line 
1//
2// test script for timer command
3//
4ring r = 13,(x,y),dp;
5r;
6"--------------------------";
7timer=1;
8poly s1=x2;
9s1;
10"------------------------";
11timer =20;
12s1;
13"-----------------------";
14timer=0;
15s1;
16"------------------------";
17listvar(all);
18kill r;
19LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.