Include file

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.

Available as: command