Skip to content

Printing values within a function

1 message · Jonathan Greenberg

#
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