From: itsme213 Date: 2005-08-06T00:11:06+09:00 Subject: Re: new block notation "Trans" wrote in message > Nah, just use the _collection_ brackets for both array and hash. The > parser can tell them apart: > > # array > [ a, b, c ] > > # hash > [ a=>x, b=>y, c=>z ] > [ a: x, b: y, c: z ] > > Compared to this other stuff that'd be a breeze to parse. +1