Choose correct statement about arg1 of setq syntax.
It is a list
It is a symbol in which value is stored
It is an arithmetic operator
It is a primitive
5 practice sets · Page 1 of 1
Choose correct statement about arg1 of setq syntax.
It is a list
It is a symbol in which value is stored
It is an arithmetic operator
It is a primitive
What can be used as an argument for a primitive?
Atoms and List
Another LISP programs
A user-defined function
Atoms, List, Another LISP program, Used-defined function
What is the notation used for writing LISP Syntax?
Prefix
Infix
Postfix
Different notations for different LISP Primitives
In the syntax (setf arg1 arg2), what is arg2?
A variable
A value to be set on arg1
It is the definition of arg1
A formula
In the syntax (setf arg1 arg2), what is arg1?
Value to be set
Variable on which value is set
Set of lists
Set of elements forming a list