Next Previous Up Top Contents Index

12 The LISPWORKS Package

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 isnil, 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 - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker