ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which primitive is used to define a procedure?
Correct Answer: A — defun
Defun is used for defining procedures. defun is the shorthand notation of deine function in LISP programming.