From: Thomas A. Russ
Subject: Re: lisp equivalent to c++ continue
Date: 
Message-ID: <ymir7at2rn3.fsf@sevak.isi.edu>
retupmoca <·········@dev.null> writes:

> 
> What is the lisp equivalent to the following c++:
> 
> for(;;)
> {
>    continue;
>    break;    // will never get reached
> }
> 
> More specifically, what is the lisp translation of the continue keyword 
> above?

(loop ...

   )

> Should I be coding in a different way that doesn't require this keyword?

Maybe.  Depends on what you are trying to do.

-- 
Thomas A. Russ,  USC/Information Sciences Institute