source: git/Tst/Manual/string_declarations.tst @ 894057

fieker-DuValspielwiese
Last change on this file since 894057 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 236 bytes
Line 
1LIB "tst.lib"; tst_init();
2  string s1="Now I know";
3  string s2="how to encode a \" in a string...";
4  string s=s1+" "+s2; // concatenation of 3 strings
5  s;
6  s1,s2;   // 2 strings, separated by a blank in the output:
7tst_status(1);$
Note: See TracBrowser for help on using the repository browser.