diff options
author | ven <vendethiel@hotmail.fr> | 2015-09-01 14:53:15 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-09-01 14:53:15 +0200 |
commit | bbe6d059326ce3c8ff0d337fcb87f65dcfebe27a (patch) | |
tree | a116209de5db275c8bbe49cb3ea4be324009d174 | |
parent | 09269b409b5f216ca287e01687e7c6fab1cc1dd6 (diff) | |
parent | 0963dbaba3ff808e13cc33178434633533f3105e (diff) |
Merge pull request #1221 from josteink/master
Tcl. Fix mid-page rendering error
-rw-r--r-- | tcl.html.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown index 9ca32f1e..af2911c9 100644 --- a/tcl.html.markdown +++ b/tcl.html.markdown @@ -149,6 +149,9 @@ set greeting "Hello, [set {first name}]" # To promote the words within a word to individual words of the current # command, use the expansion operator, "{*}". +``` + +```tcl set {*}{name Neo} # is equivalent to |