will maxima print a homemade function definition?



Suppose I create a small function such as
 geth() := block(
                  [ hlist : [0.1,0.05,0.02,0.01]  ],
                   for h in hlist do print(" h = ", h)
                )$
in a text file, and use "load(filename);" to use this function in my current 
maxima work session.
I don't want to use "batch", since I don't want the definition echoed as I 
load it.

Later, using "functions;" I will get the name "geth() " printed out.
Is there also a way, at this later time, to get Maxima to print out (echo) 
the maxima code defining this function?

Ted Woollett
win xp  v.5.12