2 count - count elements of list or matrix satisfying a stated condition
14 For count(x, y), y is to be the name of a user-defined function;
15 count(x,y) then returns the number of elements of x for which y
19 > define f(a) = (a < 5)
20 > A = list(1,2,7,6,4,8)