From ... Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!news.maxwell.syr.edu!uio.no!Norway.EU.net!not-for-mail From: Erik Naggum Newsgroups: comp.lang.lisp Subject: Re: [Q] ELSE in LOOP Date: 05 Apr 2001 19:53:45 +0000 Organization: Naggum Software, Oslo, Norway Lines: 19 Message-ID: <3195489225318916@naggum.net> References: <2hsnjn2vrz.fsf@dslab7.cs.uit.no> <3ACC9E70.451CDE5D@iitb.fhg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: oslo-nntp.eunet.no 986500425 3310 195.0.192.66 (5 Apr 2001 19:53:45 GMT) X-Complaints-To: newsmaster@eunet.no NNTP-Posting-Date: 5 Apr 2001 19:53:45 GMT Mail-Copies-To: never User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: supernews.google.com comp.lang.lisp:9072 * 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: