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

[no subject]



In the old days on the Lisp Machine, we implemented a special form
called SKIPE.  It had one subform, which it evaluated, and if the result
was false the next item in the PROG containing the SKIPE was skipped.
There was also SKIPN, which skipped if non-NIL.  If we put in GOSUB,
we should certainly have these as well.