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.
|
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 |
|
]
|
|
|