[Tutor] How to find out what procedures/functions are imported?

dman dsh8290@rit.edu
Thu, 8 Nov 2001 21:49:05 -0500


On Fri, Nov 09, 2001 at 02:36:45AM +0000, James Foo wrote:
| 
| Hi there,
| 
| I am hoping to know how do we find out what procedures/functions that we have imported in a session.

print dir()

-D