Node: Identity Function, Next: Debugging Tools, Previous: Miscellaneous Features, Up: Miscellaneous Features
| identity object | Function |
This function simply returns the object object. This function
is useful for debugging or when a Function object is needed by some
other function and no operation more than identity is needed. See the
maplist example using identity, See Mapping.