summaryrefslogtreecommitdiffhomepage
path: root/tcl.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-09-01 14:53:15 +0200
committerven <vendethiel@hotmail.fr>2015-09-01 14:53:15 +0200
commitbbe6d059326ce3c8ff0d337fcb87f65dcfebe27a (patch)
treea116209de5db275c8bbe49cb3ea4be324009d174 /tcl.html.markdown
parent09269b409b5f216ca287e01687e7c6fab1cc1dd6 (diff)
parent0963dbaba3ff808e13cc33178434633533f3105e (diff)
Merge pull request #1221 from josteink/master
Tcl. Fix mid-page rendering error
Diffstat (limited to 'tcl.html.markdown')
-rw-r--r--tcl.html.markdown3
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