length
length takes one argument, a list, and returns an integer giving the length of the list. For example, (length '(0 #t #f)) returns 3.
(length '(0 #t #f))
3