Just to clarify, here are some examples of SPLIT/SUBLIST that might help 
clarify things.

a \\ b
==>
a
b

a
\\
b
==>
a
b


foo
! c \\ d
==>
(foo c d)


foo
! c
! \\
! d
==>
(foo c d)



--- David A. Wheeler

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to