Go to the first, previous, next, last section, table of contents.

TYPECASE Statement

ref-expr is a pointer of some sort, and id is bound to the value of the reference if specified. Typecase allows your code to distinguish references based on their run-time type.


Example


Go to the first, previous, next, last section, table of contents.