Hi List, 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 */
if (isCell(foo)) {
if (isNum(foo = evList(foo)))
return evSubr(foo, ex); /* if a list evaluates to a number,
call a C subroutine */
return evList2(foo, ex); /* then... ? */
}
cheers,
/e
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
