Returning no value
- From: dstein64 <DStein64@xxxxxxxxx>
- Date: Wed, 30 Apr 2008 11:27:00 -0700 (PDT)
How do I have a function return no value (not even nil). I am
collecting elements using a loop. In the body, there is an if
statement, that returns a specific value in some instances and returns
nil otherwise. I do not want the 'collect' to collect the nils. That
is, I would like to have the else-form of my conditional return no
value, not nil. Thanks.
.
- Follow-Ups:
- Re: Returning no value
- From: Geoffrey Summerhayes
- Re: Returning no value
- From: Zach Beane
- Re: Returning no value
- From: Philippe Mechaï
- Re: Returning no value
- Prev by Date: Re: Greenspunning ML (revisited)
- Next by Date: Re: Returning no value
- Previous by thread: CfP: 2008 Workshop on Scheme and Functional Programming
- Next by thread: Re: Returning no value
- Index(es):
Relevant Pages
|
|