Protected Variables

Occasionally it may be necessary to limit access to certain variables to those objects lying within the variables' scope. This is accomplished by prefacing the variable declaration with the keyword "Protected". Protected variables (and modules) are not accessible through scope resolution.