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


end?

Function: end? { list -> notlist }
file: 10-C-lists.muf
package: muf
status: alpha

The end? function is a clone of not and null?, except that it is an error to give it as input anything but nil or a cons cell.

See section not, See section null?.


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