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

Related questions

0 votes
+1 vote
0 votes
asked Mar 2, 2021 in LISP by SakshiSharma
+1 vote
asked Mar 4, 2021 in LISP by SakshiSharma
...