diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4499,6 +4499,12 @@ according to a modified namespace lookup rule. More details are given in the documentation for the dwim operator. +.SS Regular Expressions + +In TXR Lisp, the / character can occur in symbol names, and the / token +is a symbol. Therefore the /regex/ syntax is absent, replaced with the +#/regex/ syntax. + .SS Lisp Operators When the first element of a compound expression is an operator symbol, |