diff options
Diffstat (limited to 'tcl.html.markdown')
-rw-r--r-- | tcl.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown index 40d9111a..f48d5271 100644 --- a/tcl.html.markdown +++ b/tcl.html.markdown @@ -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!\" +# " |