[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: RWK at MIT-MC
- From: Richard L. Bryan <RLB at MIT-MC>
- Date: Thu, 19 Feb 81 04:44:00 GMT
- Cc: GJC at MIT-MC, BUG-LISP at MIT-MC
- Original-date: 18 February 1981 23:44-EST
Date: 18 February 1981 23:36-EST
From: Robert W. Kerns <RWK at MIT-MC>
Date: 17 February 1981 23:39-EST
From: George J. Carrette <GJC at MIT-MC>
To: BUG-LISP at MIT-MC
I get ;(GO RETURN) ILGL GO OR RETURN - NOT INSIDE A PROG.
This is because you have your own break loop. I don't know
how to fix it, perhaps there IS no way other than to have
an interpreted PROG around your break loop?
Sure there is. Just fix your break loop to special-case having read
(RETURN ...) and P just like Maclisp's break loop.