In Tcl if you do this:
if {0} {
Other code you want to comment
out is in here.
}That if statement works just like a multi-line comment (i.e. /* */ ) in other languages.
Is it possible to color that the same way as a comment? :Robert
In Tcl if you do this:
if {0} {
Other code you want to comment
out is in here.
}That if statement works just like a multi-line comment (i.e. /* */ ) in other languages.
Is it possible to color that the same way as a comment? :Robert