Next: The exec statement Up: Simple statements Previous: The global statement

The access statement


access_stmt:    "access" ...

This statement will be used in the future to control access to instance and class variables. Currently its syntax and effects are undefined; however the keyword access is a reserved word for the parser.


guido@cwi.nl