Improve description of namespace access in ca65
This avoid confusion with referencing global scope with the namespace token.
This commit is contained in:
@@ -1059,7 +1059,7 @@ The namespace token (<tt/::/) is used to access other scopes:
|
|||||||
.endscope
|
.endscope
|
||||||
|
|
||||||
...
|
...
|
||||||
lda foo::bar ; Access foo in scope bar
|
lda #foo::bar ; Access bar in scope foo
|
||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
The only way to deny access to a scope from the outside is to declare a scope
|
The only way to deny access to a scope from the outside is to declare a scope
|
||||||
|
|||||||
Reference in New Issue
Block a user