I need a sample code Lisp .
A function(defun) returning value
A simple example
Thanks
Rodrigo
(defun return-a-value (return-value)
return-value)
(return-a-value 'test) ==> test
(return-a-value (* 3 6)) ===> 18
Users browsing this forum: No registered users and 7 guests