source: git/Tst/Old/m32si.tst @ 3a8c5fe

fieker-DuValspielwiese
Last change on this file since 3a8c5fe was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 223 bytes
Line 
1  string s1="Now I know";
2  string s2="how to encode a \" in a string...";
3  string s=s1+" "+s2; // concatenation of 3 strings
4  s;
5  s1,s2;   // 2 strings, separated by a blank in the output:
6LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.