Next Prev Up Top Contents Index

function-lambda-list

Function
Summary

Returns the arguments of the given function.

Package

lispworks

Signature

function-lambda-list function &optional error-p => args

Arguments

function

The name of the function whose arguments are required.

error-p

If error-p is nil , the function returns :none if the function is not defined, and does not start the debugger.

Values

args

The arguments of the given function.

Example
TEST 2 > (function-lambda-list 'editor:create-buffer-command)
(EDITOR::P &OPTIONAL EDITOR:BUFFER-NAME)

LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index