Example Lambda defun 001
|
Notes and Hints
(defun times(X)
vars:((Z 5))
pvars:((Y 10))
(* X Y Z)
)
Returns:
(define times
(lambda(X)
vars:((Z 5))
pvars:((Y 10))
(* X Y Z))
)
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
|