Careful, I think there's some missing indentation in these examples, and since 
we've discussed several alternatives it can get confusing.  Let's talk about 
"group" as it's currently defined. In that case:

group a b
. c d
=>
(a b (c d))


But the other example given is actually two separate lists, since they are at 
the same indentation level:
group a b
c d
=>
(a b)
(c d)


--- David A. Wheeler

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to