diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-02-09 20:10:43 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-02-09 20:10:43 -0800 |
commit | 1560ac77c722da00b503216f3bf90fe49eceff86 (patch) | |
tree | 4d8f49019d4c1be87b2d31844f813d1962184f94 | |
parent | 90791e0855375fcadfa8d3f4b610f9e065c40243 (diff) | |
download | txr-1560ac77c722da00b503216f3bf90fe49eceff86.tar.gz txr-1560ac77c722da00b503216f3bf90fe49eceff86.tar.bz2 txr-1560ac77c722da00b503216f3bf90fe49eceff86.zip |
doc: clarify implicit insertion object into predicate.
* txr.1: Better wording is that the object is added as an
implicit rightmost argument.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40757,7 +40757,7 @@ the match fails. If the .meta avar variable is absent, then no initial variable matching takes place. -The corresponding object is inserted as an implicit extra argument into the +The corresponding object is added as an extra rightmost argument into the compound form, which is evaluated. Its truth value then determines the success of the match, just like in the case with .metn avar . |