source: git/Tst/Old/namof.tst @ e706ff

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