TutorialElision




Prev | Up | Next | Back | Forward | Tutorial Top

Parts of a program can be elided, that is, printed as `...'. This allows a user to hide details and focus on the high-level structure of a program. The command elision-toggle (menu: View/Elision/Elision Toggle   X: Alt+E   NT: Ctrl+Shift+E) alternately elides or unelides a construct.

Elision is supported for a number of predefined syntactic constructs. For example, the procedure body can be elided.

Command elision-on (menu: View/Elision/Elide All) elides every construct throughout the program. Command elision-off (menu: View/Elision/Elide None) unelides every construct throughout the program. (Both of these commands override the effects of any previous elision-toggle commands.)


Forward