1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 05:21:26 +02:00

Merge pull request #3101 from a3f/master

[tcl/en] Workaround for broken syntax highlighting
This commit is contained in:
Pratik Karki
2018-06-14 21:52:36 +05:45
committed by GitHub

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!\"
# "