source: git/Tst/Old/ch.tst @ 4173c7

fieker-DuValspielwiese
Last change on this file since 4173c7 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: 468 bytes
Line 
1//
2// test script for char command
3//
4ring r1 = 32003,(x,y,z),dp;
5r1;
6int k1;
7k1=char(r1);
8k1;
9"-----------------------------------";
10ring r2 = 0,(x,y,z,a,b,c),(ds(3),dp);
11int k2;
12k2=char(r2);
13k2;
14"------------------------------------";
15ring r3 = 10,(x(1..6)),(lp(2),dp(4));
16int k3;
17k3=char(r3);
18k3;
19"------------------------------------";
20ring r4 =  0,(x,y,z),(c,dp);
21int k4;
22k4=char(r4);
23k4;
24listvar(all);
25kill r1,r2,r3,r4,k1,k2,k3,k4;
26LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.