1.

Mention What Are The Three Functions Required By Lisp?

Answer»

For DEFINING FUNCTIONS, MACRO named defund is used, it needs three ARGUMENTS

  • Name of the function
  • PARAMETERS of the function
  • Body of the function

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



Discussion

No Comment Found