mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[tcl/en] Workaround for broken syntax highlighting
Suggested by @loxaxs. Fixes #2912.
This commit is contained in:
parent
71389bd423
commit
21ec02e5ea
@ -328,6 +328,7 @@ proc greet {greeting name} {
|
|||||||
# the third argument to "proc", is a string. The previous command
|
# the third argument to "proc", is a string. The previous command
|
||||||
# can be rewritten using no braces:
|
# can be rewritten using no braces:
|
||||||
proc greet greeting\ name return\ \"\$greeting,\ \$name!\"
|
proc greet greeting\ name return\ \"\$greeting,\ \$name!\"
|
||||||
|
# "
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user