next up previous contents
Next: Delay Evaluation Up: Programming Tools and Functions Previous: Lowercase

Names

Calling Sequence:
names(cat)
Parameters:
cat : anything

Returns: an expression sequence

Synopsis: When no arguments are supplied, the names function returns all names which have been assigned in the current session. When an argument, cat, is included, all variables, structures and functions returning objects of type cat are returned.

Examples:

> names(string);




Gaston Gonnet
1998-09-15