From 73abf228864eefb5aef0f59061ed78e214a330ef Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 4 Sep 2021 10:02:24 -0700 Subject: 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. --- txr.1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/txr.1 b/txr.1 index 2dd15938..af5855ac 100644 --- a/txr.1 +++ b/txr.1 @@ -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. -- cgit v1.2.3