Subject: Re: [Q] ELSE in LOOP From: Erik Naggum <erik@naggum.net> Date: 05 Apr 2001 19:53:45 +0000 Newsgroups: comp.lang.lisp Message-ID: <3195489225318916@naggum.net> * Sungwoo Lim > The case of ELSE, I want to by pass, > so what should I fill in that ELSE clause for doing nothing? Use end to terminate a conditional clause. if ... do ... end From 6.1.6 Conditional Execution Clauses The optional loop keyword end marks the end of the clause. If this keyword is not supplied, the next loop keyword marks the end. The construct end can be used to distinguish the scoping of compound clauses. #:Erik -- I found no peace in solitude. I found no chaos in catastrophe. -- :wumpscut: