source: git/Tst/Old/typof.tst @ 37cd955

spielwiese
Last change on this file since 37cd955 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: 272 bytes
Line 
1//
2// test script for typeof command
3//
4ring r1 = 0,(x,y,z),dp;
5r1;
6"--------------------------------";
7int i=10;
8string s=typeof(i);
9s;
10"--------------------------------";
11typeof(s);
12"------------------------------";
13listvar(all);
14kill r1;
15LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.