Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/load.txt
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-05-03 21:53:47 (GMT)
commit1030dc837b10a03a02a85d5504cbeec168ce49e2 (patch)
tree698eefa87ac437deaf36a4141b326f8ce7986692 /help/rest/load.txt
Import XaoS r489 (trunk after version 3.5)
Diffstat (limited to 'help/rest/load.txt')
-rw-r--r--help/rest/load.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/help/rest/load.txt b/help/rest/load.txt
new file mode 100644
index 0000000..205f981
--- /dev/null
+++ b/help/rest/load.txt
@@ -0,0 +1,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