mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix broken line-change in TCL docs.
This commit is contained in:
parent
55735f8b6c
commit
b990f84123
3
tcl.html.markdown
Executable file → Normal file
3
tcl.html.markdown
Executable file → Normal file
@ -121,7 +121,8 @@ puts lots\nof\n\n\n\n\n\nnewlines
|
||||
|
||||
|
||||
# A word enclosed in braces is not subject to any special interpretation or
|
||||
# substitutions, except that a backslash before a brace is not counted when look#ing for the closing brace
|
||||
# substitutions, except that a backslash before a brace is not counted when
|
||||
# looking for the closing brace
|
||||
set somevar {
|
||||
This is a literal $ sign, and this \} escaped
|
||||
brace remains uninterpreted
|
||||
|
Loading…
Reference in New Issue
Block a user