Maxima Manual. Node: INTERRUPTS

PREV Introduction for Runtime Environment UP Runtime Environment NEXT Definitions for Runtime Environment

25.2: INTERRUPTS

- There are several ways the user can interrupt a MACSYMA computation, usually with a control character. Do DESCRIBE(CHARACTERS); for details. MACSYMA will also be interrupted if ^Z (control-Z) is typed, as this will exit back to Unix shell level Usually Control-C interrupts the computation putting you in a break loop. Typing :t should give you top level maxima back again.

PREV Introduction for Runtime Environment UP Runtime Environment NEXT Definitions for Runtime Environment