[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



    Date: 20 March 1981 01:04-EST
    From: Alan Bawden <ALAN at MIT-MC>
    (break foo)
    ;BKPT FOO
    (error)I wait forever right here.   what's going on when I do this?
Break loops have an ERRSET around them.  (ERROR) generates a non-printing
error.  After the "error" has been "caught" then you are back in your
main break loop.