Go to the first, previous, next, last section, table of contents.

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.


Go to the first, previous, next, last section, table of contents.