summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-06-18 07:49:24 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-06-18 07:49:24 -0700
commit038657f3d9495fb5939ee34f053c361256c34e71 (patch)
tree4e369347f8bb4a82d684c64b83471c3fd20341ab
parente0bede31f0094f6e2b4893a9db726fa67ca84ad4 (diff)
downloadtxr-038657f3d9495fb5939ee34f053c361256c34e71.tar.gz
txr-038657f3d9495fb5939ee34f053c361256c34e71.tar.bz2
txr-038657f3d9495fb5939ee34f053c361256c34e71.zip
* txr.1: Lisp can come from files.
-rw-r--r--txr.17
1 files changed, 7 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 23a80247..c9c89f5f 100644
--- a/txr.1
+++ b/txr.1
@@ -8999,6 +8999,13 @@ of the rightmost expression is examined. If it is nil, then the
.code @(require)
directive triggers a match failure. Otherwise, matching proceeds.
+Fourth, \*(TL code can be placed into files. On the command
+line, \*(TX treats files with a
+.str ".tl"
+suffix as \*(TL code, and the
+.code @(load)
+directive does also.
+
Lastly, \*(TL expressions can be evaluated via the
command line, using the
.code -e