3 lines
138 B
Tcl
3 lines
138 B
Tcl
# comment on a line by itself. The next is a command by itself:
|
|
set var1 $value1
|
|
set var2 $value2 ; # comment that follows a line of code
|