EMA-XPS Online


COUNT

COUNT
=====

syntax: (count <element> <sequence>)

This function counts how many times an element is
included in a sequence. It returns an integer.

example:       >(count 4 '(1 2 3 4 4 4 3 2 1))
               3


EMA-XPS Online