[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: ALAN at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Fri, 20 Mar 81 19:38:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 20 MAR 1981 1438-EST
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.