zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] docs: More precisely, a double-quoted expression
@ 2020-11-12 17:42 ivan tkachenko
  2020-11-16 18:09 ` Daniel Shahaf
  0 siblings, 1 reply; 2+ messages in thread
From: ivan tkachenko @ 2020-11-12 17:42 UTC (permalink / raw)
  To: zsh-workers; +Cc: ivan tkachenko

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-16 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 17:42 [PATCH] docs: More precisely, a double-quoted expression ivan tkachenko
2020-11-16 18:09 ` Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).