1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 17:30:50 +00:00

Improve description of namespace access in ca65

This avoid confusion with referencing global scope with the namespace
token.
This commit is contained in:
Sergio Lindo Mansilla 2024-12-15 14:50:45 +01:00
parent 852b622c43
commit 3933f329c2

View File

@ -1059,7 +1059,7 @@ The namespace token (<tt/::/) is used to access other scopes:
.endscope
...
lda foo::bar ; Access foo in scope bar
lda #foo::bar ; Access bar in scope foo
</verb></tscreen>
The only way to deny access to a scope from the outside is to declare a scope