Skip to content
Prev 299655 / 398503 Next

define stuff to be only usable in the same file

On 12-07-10 9:13 AM, Jessica Streicher wrote:
The simplest and best way to do this is to write a package.  You can 
also use local() around the code in a script, but it gets messy when you 
want to export more than one thing.

Duncan Murdoch