diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:44:19 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-01 14:44:19 -0800 |
commit | 63ec2fc335d0015e0b85eacc49af940149ca608a (patch) | |
tree | 35f1d9e608b531b20dcd77714183464b89872550 /txr.1 | |
parent | ec0908136551e562a73ba40e5aa3c7314f1fa1f3 (diff) | |
download | txr-63ec2fc335d0015e0b85eacc49af940149ca608a.tar.gz txr-63ec2fc335d0015e0b85eacc49af940149ca608a.tar.bz2 txr-63ec2fc335d0015e0b85eacc49af940149ca608a.zip |
Clarification about TXR Syntax.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4396,8 +4396,9 @@ Function and variable bindings are dynamically scoped in TXR Lisp. However, closures do capture variables. .SS Additional Syntax -Most of the TXR Lisp syntax is introduced in the previous sections of the -manual. There is some additional syntax that is useful in Lisp. +Much of the TXR Lisp syntax has been introduced in the previous sections of the +manual, since directive forms are based on it. There is some additional syntax +that is useful in TXR Lisp programming. .SS Quoting/Unquoting |