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
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