Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/load.txt
blob: 205f98109b1f85ae7f8ddd818776850ffeb6835d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. _load:

.. index::
   pair: command; load

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