0 votes
in LISP by
Mention What Are The Three Functions Required By Lisp?

1 Answer

0 votes
by

For defining functions, macro named defund is used, it needs three arguments

  • Name of the function
  • Parameters of the function
  • Body of the function
...