10.14 Chapter Summary
This chapter covered these topics:
- more about scope and visibility and how to control them
It included discussion of the following Modula-2 built-ins:
Reserved Words | Standard Identifier |
FINALLY | EXCEPT |
LOOP | EXIT |
EXPORT | HALT |
IMPORT (new sense) | RETURN (new sense) |
QUALIFIED | RETRY |
Standard Library Imports
From TERMINATION:
From M2EXCEPTION:
M2Exceptions, M2Exception, IsM2Exception
From EXCEPTIONS
ExceptionSource, AllocateSource, RAISE, CurrentNumber, GetMessage, IsCurrentSource, IsExceptionalExecution, ExceptionNumber
From IOChan:
ChanExceptions, IsChanException, ChanException, DeviceErrNum, DeviceError
Contents