summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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