You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
275 B
30 lines
275 B
3 months ago
|
set x {
|
||
|
puts a{b
|
||
|
puts x{y
|
||
|
|
||
|
puts stderr {test etc}
|
||
|
|
||
|
#}}
|
||
|
}
|
||
|
|
||
|
puts here
|
||
|
# a comment\
|
||
|
etc blah\
|
||
|
ok then
|
||
|
puts there
|
||
|
|
||
|
puts "first curly {"
|
||
|
|
||
|
proc test {} {
|
||
|
puts "a curly {"
|
||
|
puts "close curly }"
|
||
|
}
|
||
|
|
||
|
test
|
||
|
puts done
|
||
|
|
||
|
puts [list
|
||
|
a
|
||
|
b
|
||
|
]
|