Re: Just a little question before 4.0 will be released

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu