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


nth

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

The nth function returns the nth element in a list, counting from zero: 0 list nth is equivalent to car. See section first, See section second, See section fourth, See section rest.


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