On 4/29/10 8:20 PM, John Lapeyre wrote:
> Hello:
>
> Does anyone know of a way to find out many arguments a lisp
> function takes? ... Maybe some kind of query.
>
There's function-lambda-expression, but it could return NIL.
This seems like a strange question. You want to call some Lisp
function, but you don't know how many arguments it has? Then why are
you calling that function to begin with?
Ray