Re: evList2() in minipicolisp

2011-08-15 Thread Edwin Eyan Moragas
Hi Alex, thanks for a thorough explanation as always! cheers On Tue, Aug 16, 2011 at 5:01 AM, Alexander Burger wrote: > Hi Edwin, > >> need some help. when is evList2() called in minipicolisp? >> i can't decipher when it is called. >> comments are mine. >> >> if (isNum(foo = car(ex))) >>      

Re: evList2() in minipicolisp

2011-08-15 Thread Alexander Burger
Hi Edwin, > need some help. when is evList2() called in minipicolisp? > i can't decipher when it is called. > comments are mine. > > if (isNum(foo = car(ex))) > return ex; /* return numbers as is */ Right. This is the case where the evaluated list starts with a number, e.g. (1 2 3 4), or a