diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-06-18 07:49:24 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-06-18 07:49:24 -0700 |
commit | 038657f3d9495fb5939ee34f053c361256c34e71 (patch) | |
tree | 4e369347f8bb4a82d684c64b83471c3fd20341ab | |
parent | e0bede31f0094f6e2b4893a9db726fa67ca84ad4 (diff) | |
download | txr-038657f3d9495fb5939ee34f053c361256c34e71.tar.gz txr-038657f3d9495fb5939ee34f053c361256c34e71.tar.bz2 txr-038657f3d9495fb5939ee34f053c361256c34e71.zip |
* txr.1: Lisp can come from files.
-rw-r--r-- | txr.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |