Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -2,10 +2,12 @@ set hereDocExample {
|
|||
In Tcl, the {curly brace} notation is strictly a here-document style notation
|
||||
as it permits arbitrary content inside it *except* for an unbalanced brace.
|
||||
That is typically not a problem as seen in reality, as almost all content that
|
||||
might be placed in a here-doc is either brace-free or balanced. The content
|
||||
of the braces is not interpreted at all; no substitutions are performed on it.
|
||||
might be placed in a here-doc is either brace-free or balanced.
|
||||
The content of the braces is not interpreted at all;
|
||||
no substitutions are performed on it.
|
||||
|
||||
The sole exception is that there is limited processing of backslashes; a single
|
||||
backslash at the end of a line causes the end-of-line plus all whitespace at
|
||||
the start of the next line to be compressed to a single space.
|
||||
The sole exception is that there is limited processing of backslashes;
|
||||
a single backslash at the end of a line causes the end-of-line
|
||||
plus all whitespace at the start of the next line
|
||||
to be compressed to a single space.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue