source: git/Tst/Old/sstring.tst @ 6a9698

fieker-DuValspielwiese
Last change on this file since 6a9698 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: 581 bytes
Line 
1//
2// test script for find command
3//
4ring r1 = 32003,(x,y,z),(c,dp);
5r1;
6"-------------------------------";
7find("ABab","a");
8"-----------------------------";
9find("ABCaaB""a");
10"------------------------------";
11find("6,523",","+"5");
12"------------------------------";
13find("012","yxc");
14"-----------------------------";
15find("1231231231234","2",2);
16find("1231231231234","2",3);
17find("1231231231234","2",4);
18find("1231231231234","2",5);
19find("1231231231234","2",6);
20find("1231231231234","2",12);
21find("1231231231234","2",20);
22listvar(all);
23kill r1;
24LIB "tst.lib";tst_status(1);$;
Note: See TracBrowser for help on using the repository browser.