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


fourth

Function: fourth { list -> val }
file: 10-C-lists.muf
package: muf
status: alpha

The nth function returns the nth cons cell in a list, counting from zero: 0 list nthcdr simply returns list. See section first, See section second, See section nth, See section rest.

The fourth function returns the fourth element in a list: It is identical to cdddar. See section first, See section third, See section fourth, See section nth, See section fourth, See section rest.


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