Re: Just a little question before 4.0 will be released
- Posted by jeremy (admin) Feb 21, 2009
- 997 views
I wonder if it wouldn't be better to not allow so many delimiters but just double the delimiter. For instance:
sequence s = #// abc, def abc, def // -- " abc, def\n abc, def"
Further, provide a "stripping" delimiter,
sequence s = #@@ abc, def abc, def @@ -- "abc, def\n abc, def"
When the stripping delimiter is used, all the white space of the first string is stripped from subsequent lines.
Jeremy