single quotes are escaped? On 2013/09/08, at 1:21, erik quanstrom <quans...@quanstro.net> wrote:
> On Sat Sep 7 11:07:06 EDT 2013, cinap_len...@gmx.de wrote: >> why not this? >> >> + if(term == '}' && c == '{') >> + depth++; > > this is a better idea, since it would properly deal with > z=`{x=y {echo $x}} > > - erik >