jeffd
committed
on 31 Jan 05
add recognizing array variables like @xx.y.z@ as xx(y.z). Note that the regexps show up in multiple places so any changes to the @ var rege… Show more
add recognizing array variables like @xx.y.z@ as xx(y.z).  Note that the regexps show up in multiple places so any changes to the @ var regexps should be made carefully.  In particular if @x@ defined and if @x@ nil handle variables special since they can't be derefrenced

Show less