Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] docs: More precisely, a double-quoted expression
- X-seq: zsh-workers 47547
- From: ivan tkachenko <me@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] docs: More precisely, a double-quoted expression
- Date: Thu, 12 Nov 2020 20:42:54 +0300
- Archived-at: <https://zsh.org/workers/47547>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-11/20201112174254.1977876-1-me%40ratijas.tk>
- Authentication-results: zsh.org; iprev=pass (forward102j.mail.yandex.net) smtp.remote-ip=5.45.198.243; dkim=pass header.d=ratijas.tk header.s=mail header.a=rsa-sha256; dmarc=none header.from=ratijas.tk; arc=none
- Authentication-results: mxback2q.mail.yandex.net; dkim=pass header.i=@ratijas.tk
- Cc: ivan tkachenko <me@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ratijas.tk; s=mail; t=1605202988; bh=nfUa8Vy1xh7KEKSyyGiFm/PpXgwxnTUlsK6XWuHBlQs=; h=Subject:To:From:Cc:Date:Message-Id; b=i3HIaVujr4NWzp/wmrRZzECZUYDHtOgQdvIjrn8ag8iF6gO+cEfnL2Mr1VByca4/M p06PVY2YjgHZhmmgVYZ9pSaoARLhWr1ZHyCVkrn5sRJMFssb5H6fRz7VgqXo+zMq4h wV1ZnShIMH45BHdHjeSr4HrF86hCNOIV0drX/aXk=
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- Sender: zsh-workers-request@xxxxxxx
Specifies exact kind of quoting which is assumed when parsing arithmetic
((expressions)).
---
Doc/Zsh/arith.yo | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doc/Zsh/arith.yo b/Doc/Zsh/arith.yo
index c152bf48d..bc3e35ad5 100644
--- a/Doc/Zsh/arith.yo
+++ b/Doc/Zsh/arith.yo
@@ -20,7 +20,7 @@ The tt(let) builtin command takes arithmetic expressions as arguments; each
is evaluated separately. Since many of the arithmetic operators, as well
as spaces, require quoting, an alternative form is provided: for any
command which begins with a `tt(LPAR()LPAR())', all the characters until a
-matching `tt(RPAR()RPAR())' are treated as a quoted expression and
+matching `tt(RPAR()RPAR())' are treated as a double-quoted expression and
arithmetic expansion performed as for an argument of tt(let). More
precisely, `tt(LPAR()LPAR())var(...)tt(RPAR()RPAR())' is equivalent to
`tt(let ")var(...)tt(")'. The return status is 0 if the arithmetic value
--
2.29.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author