diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -430,9 +430,9 @@ .ds TX \f[B]TXR\f[] .ds TL \f[B]TXR Lisp\f[] .\" Start of man page: -.TH TXR 1 2022-09-17 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" +.TH TXR 1 2022-10-16 "Utility Commands" "TXR Programming Language" "Kaz Kylheku" .SH* NAME -\*(TX \- Programming Language (Version 282) +\*(TX \- Programming Language (Version 283) .SH* SYNOPSIS .mono @@ -3519,6 +3519,10 @@ The digit sequence must start and end with a digit. Runs of consecutive commas are permitted. Commas outside of the digit sequence are interpreted as the Lisp unquote syntax. +Compatibility node: support for separator commas appeared in \*(TX 283. +Older \*(TX versions will interpret commas in the middle of numeric +constants as instances of the unquote syntax. + Examples: .verb @@ -86507,7 +86511,7 @@ versions 2, 3, 4 and 5, regardless of minor version. Versions 252 through 259 produce version 6.0 files and load only version 6, regardless of minor version. -Versions 260 through 282 produce version 7.0 files and load +Versions 260 through 283 produce version 7.0 files and load versions 6 and 7, regardless of minor version. Version 261 introduces JSON .code #J |