[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Franz errors...



My favorite:
-> (member 'a 'b)
... never returns (infinite loops).  On the other hand,
-> (member nil 'a)
a
... is not quite what you'd expect.  I realize the manual says the second arg
must be a list, but this is still rather bizarre behaviour.