Re: Dodekalogue comment



Hi Gerry,
I think you got a point here. While terseness is appropriate here, I
think that adding a couple of words won't hurt.
>The dodekalogue states:
>
>If the first character of a word is double quote (``"'') then
> the word is terminated by the next double quote character....
> Command substitution, variable substitution, and backslash
> substitution are performed on the characters between the
> quotes as described below.
>
>Would it be more accurate for the first sentence to end with
>?the next double quote character seen by the parser at the
>same recursion level? or something similar?
I think that "same recursion level" is too technical here. How about
---
If the first character of a word is double quote (``"'') then
the word is terminated by the next double quote character
found outside any command invocation.
Command substitution, variable substitution, and backslash
substitution are performed on the characters between the
quotes as described below.
Just my 0.02
Helmut Giese
.



Relevant Pages

  • Re: Pasting text with double quotes
    ... Some additional info...the stripping only occurs when a double-quote ... is the first character in the string. ... If there is more than one quote ...
    (microsoft.public.excel)
  • Re: brace {} and quote "" effect on outmost?
    ... I have tried a lot combination of brace and quote. ... interprator only check the outmost brace or outmost quote to choose ... Braces and quotes are only special to the Tcl parser when they appear as the first character at the start of a word. ...
    (comp.lang.tcl)
  • Re: pass a variable to a system call ?
    ... are you certain that the first character of your folder name is a ... And the escaped closing double quote yields a ... Why do you escape the closing single quote? ...
    (comp.lang.perl.misc)