next up previous
Next: Puzzle Up: No Title Previous: Symbol Equality

Building memq

(memq <item> <list>) will return return a sublist beginning with the first occurrence of the symbol <item>. If the symbol <item> is not contained in the <list>, then memq will return false.

What is the result of using memq in the following situations:



Michael E. Leventon
Tue Mar 23 09:50:05 EST 1999