Loading practice questions
Which primitive tests two arguments to see if their values are the same expression?
Correct Answer: A — Equal
Explanation:
Equal primitive tests two arguments to see if their values are the same expression. It works on atoms and lists.