Re: rant // OE scope \\ forked out of 500 Rosetta
- Posted by _tom (admin) Mar 23, 2017
- 2081 views
Very helpful Pete and Spock.
I am still trying to develop a neat and tidy description of scope. I notice that scope has these dimensions:
Identifier creation style:
- loose
- tight
Scope is used by:
- variables
- routines
- labels
Scope by place:
- sub-space
- file
- chained files
- global
- built-in
Scope by portion:
- waterfall
- flood
Scope by properties:
- blend
- shadow
It looks like mini-scopes can join goto as fuel for many rants.
_tom