Skip to content
Prev 44422 / 398506 Next

Printing values within a function

This is probably a really stupid question, but how do I print the value of a
variable within a function?  Of course in normal command-line mode I just
type the name of the variable, but how do I have this value exported within
a function?

--j