Jun 3, 2008 #1 adekunleadekoya Programmer Joined May 19, 2008 Messages 30 can i write a multi line comment in tcl/tk ?
Jun 3, 2008 #2 feherke Programmer Joined Aug 5, 2002 Messages 9,541 Location RO 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. http://rootshell.be/~feherke/ Upvote 0 Downvote
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. http://rootshell.be/~feherke/