Syntax:(load file)
This function lets you include another file in your script. It works similarly to #include in C or load in Scheme. The file is searched for in the same directory as the current source file.
#include
load
Available as: command