Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

multi line comment in tcl/tk?

Status
Not open for further replies.

adekunleadekoya

Programmer
May 19, 2008
30
can i write a multi line comment in tcl/tk ?
 
Hi

No really. However, [tt]tcl[/tt] interprets everything, so command continuation works in comments too. But is not really useful.
Code:
[gray]# multi \
line \
comment[/gray]

Feherke.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top