load

load "f" -- reads and executes the commands found in the file named f.

The file is sought along the path, unless the name of the file begins with '/' or './' or '../' . Returns true if the file was found, false if not.

See also path and needs.

Go to main index.

Go to concepts index.