diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-09-04 10:02:24 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-09-04 10:02:24 -0700 |
commit | 9d5dd3fa06ad1ae8355cbe00ec75d1cb80dd05c0 (patch) | |
tree | 043ef4110d9672ea99772c961375cf498d8e1304 /txr.1 | |
parent | c3ba107ba73b1b8be47f18deb9d84fca8e3fae9d (diff) | |
download | txr-9d5dd3fa06ad1ae8355cbe00ec75d1cb80dd05c0.tar.gz txr-9d5dd3fa06ad1ae8355cbe00ec75d1cb80dd05c0.tar.bz2 txr-9d5dd3fa06ad1ae8355cbe00ec75d1cb80dd05c0.zip |
doc: remove beta status from quasiliteral match.
* txr.1: Looks like quasiliteral patterns are staying the way
they are. The feature has been out for a number of releases,
so can be considered out of beta.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -41953,11 +41953,6 @@ object isn't a string according to then the match fails. The quasiliteral pattern must match the entire input string. -Note: this feature is new, having been introduced in \*(TX 258, -and should be regarded as being in "beta" state, with requirements -that have not been finalized. This notice will be removed when -that is no longer the case. - A quasiliteral pattern matches in a linear fashion, from left to right. Variables bound earlier in the pattern can be referenced later in the pattern as bound variables. |