diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-20 06:20:33 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-20 06:20:33 -0700 |
commit | 1a583c47579a8015ff2d149ac33bb5914945dd80 (patch) | |
tree | c639c611bc595d364661cd8f2d99745679654195 | |
parent | f45ef224a7e7d56743d63e12d53c8235b37043c5 (diff) | |
download | txr-1a583c47579a8015ff2d149ac33bb5914945dd80.tar.gz txr-1a583c47579a8015ff2d149ac33bb5914945dd80.tar.bz2 txr-1a583c47579a8015ff2d149ac33bb5914945dd80.zip |
Wording in description of quasiquote.
* txr.1: An unquote's evaluation should be contrasted with the
quasiquote's suppression of it, not with the quote.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9305,8 +9305,8 @@ used for quasi string literals. The comma character is used within a .meta qq-template -to denote an unquote. Whereas -the quote suppresses evaluation, the comma introduces an exception: an element +to denote an unquote. Whereas the quasiquote suppresses evaluation, +similarly to the quote, the comma introduces an exception: an element of a form which is evaluated. For example, list .code ^(a b c ,(+ 2 2) (+ 2 2)) is the list |