Login
Remember
Register
Ask a Question
Mention What Are The Three Functions Required By Lisp?
0
votes
asked
Mar 2, 2021
in
LISP
by
SakshiSharma
Mention What Are The Three Functions Required By Lisp?
#lisp
lisp-functions
function-in-lisp
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 2, 2021
by
SakshiSharma
For defining functions, macro named defund is used, it needs three arguments
Name of the function
Parameters of the function
Body of the function
...