3/15/72                                                 QUIT (II)
NAME            quit  --  turn off quit signal
SYNOPSIS        sys quit; flag  / quit = 26.
DESCRIPTION     When flag is 0, this call disables quit signals
                from the typewriter (ASCII FS).  When flag is 1,
                quits are re-enabled, and cause execution to
                cease and a core image to be produced.  When flag
                is an address in the program, a quit causes con-
                trol to be sent to that address.
                Quits should be turned off only with due consid-
                eration.
FILES           --
SEE ALSO        intr(II)
DIAGNOSTICS     --
BUGS            --
OWNER           ken, dmr