RosettaCodeData/Task/Comments/Tcl/comments-1.tcl

4 lines
138 B
Tcl
Raw Permalink Normal View History

2013-04-10 12:38:42 -07:00
# 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