1.1 --- a/docs/structures.txt Tue Aug 19 00:41:30 2008 +0200
1.2 +++ b/docs/structures.txt Thu Aug 21 00:49:15 2008 +0200
1.3 @@ -74,12 +74,13 @@
1.4 attribute; other attributes have
1.5 their context preserved
1.6
1.7 - LoadAttrIndex Load attribute from Classes, functions and modules as
1.8 - unknown object the unknown object accessor cause
1.9 + LoadAttrIndex Load attribute from Functions and modules as unknown
1.10 + object the unknown object accessor cause
1.11 the loaded attribute to be
1.12 - retrieved unchanged; whereas
1.13 + retrieved unchanged; classes and
1.14 instances cause the LoadAttr rules
1.15 - to apply
1.16 + to apply (class compatibility
1.17 + applies)
1.18
1.19 A certain amount of run-time testing might be required for both LoadAttr and
1.20 LoadAttrIndex instructions. However, with certain restrictions in place around