From 0ce923f1b9b008cf44602255f935bf3d9c4ba90d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Jul 2020 13:24:07 +0200 Subject: Reserve backtick (`) and bit-or (|) in eval context for future use Specifically, they are reserved for future support of arithmetic evaluation contexts and evaluation pipelines, respectively. --- doc/manual.cli | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/manual.cli') diff --git a/doc/manual.cli b/doc/manual.cli index f6039d6..cb6c1ec 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -3465,7 +3465,11 @@ Note that \c{?:} (ternary operator) and \c{!} (logical not) are right-associative. Unlike C++, all the comparison operators have the same precedence. A qualified name cannot be combined with any other operator (including ternary) unless enclosed in parentheses. The \c{eval} option in the -\c{eval-value} production shall contain a single value only (no commas).| +\c{eval-value} production shall contain a single value only (no commas). + +Additionally, the \c{`} (backtick) and \c{|} (bitwise or) tokens are reserved +for future support of arithmetic evaluation contexts and evaluation pipelines, +respectively.| A function call starts with \c{$} followed by its name and an eval context listing its arguments. Note that there is no space between the name and -- cgit v1.1