> The 'used as' type indicates whether this key
> is to be used to do a  by-integer-index (array)
> access or by-string-index (hash) access.

Why not extend this to properties, too?

foo['hello'] becomes

      'hello'
      string
      as-offset

foo{'hello'} becomes

      'hello'
      string
      as-hash

foo.hello becomes

      'hello'
      string
      as-property


        
                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

Reply via email to