| Jarc> (counts '(a b a c d))
(stdin):4: Error: table: Wrong number of arguments, expected 1 got 2
0: (counts (quote (a b a c d)))
Jarc> (rand)
(stdin):5: Error: rand: Wrong number of arguments, expected 1 got 0
I'm using the version from jarc21.zip under windows XP. |