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

LOOP CONTINUE STATEMENT



I'd also be very interested in hearing answers to the following question:

    Return-path: <dove@MIT-DSPG>
    Date: Thursday, 14 April 1983, 10:14-EST
    From: Webster Dove <dove at MIT-DSPG>
    To: info-LISPM at MIT-OZ


    Is there a way in (loop ...) to say

    "go directly to the next iteration.  Do not execute the remaining
    clauses of the body"

    Such statements typically are called "continue" or "next"


I have encountered many situations where such a statement would be
useful.