Example Lambda defun 002
|
This example shows how the defun function is used to define
an Lambda and a child Lambda.
(defun foo(x)
pvars:(y)
(defun sum(x) (+ x y))
(setq y x)
)
Returns:
Returns:
Returns:
Here are examples of the defun function at work.
Lambda defun 001 | Lambda defun 002 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
defriend(#void) | defmethod(#void) | defriend(#void) | defmacro(#void) |
defun(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
Lambda
String
Analytic Information Server (AIS)AIS Component Systems
|