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

[no subject]



    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.