1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

[tcl/en] Workaround for broken syntax highlighting

Suggested by @loxaxs. Fixes #2912.
This commit is contained in:
Ahmad Fatoum
2018-03-31 20:08:19 +02:00
parent 71389bd423
commit 21ec02e5ea

View File

@@ -328,6 +328,7 @@ proc greet {greeting name} {
# the third argument to "proc", is a string. The previous command
# can be rewritten using no braces:
proc greet greeting\ name return\ \"\$greeting,\ \$name!\"
# "