Function: math[entry] - returns the entry to a table index
Calling Sequence:
entry(t, e);
Parameters:
t - name of the table
e - the index name
Description:
If the index name can be found in a table entry returns the corresponding entry, otherwise it returns NULL.
Examples:
> entry(combinat, bell);
See Also:
table , indices , math/addtbl .
Version History:
Version 1.00 - June 02, 1997