1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

Merge pull request #1221 from josteink/master

Tcl. Fix mid-page rendering error
This commit is contained in:
ven
2015-09-01 14:53:15 +02:00

View File

@@ -149,6 +149,9 @@ set greeting "Hello, [set {first name}]"
# To promote the words within a word to individual words of the current # To promote the words within a word to individual words of the current
# command, use the expansion operator, "{*}". # command, use the expansion operator, "{*}".
```
```tcl
set {*}{name Neo} set {*}{name Neo}
# is equivalent to # is equivalent to