Adding tcl script comments

From: JB (jellyboy@gmail.com)
Date: Tue Apr 18 2006 - 12:42:39 GMT-3


Hi, when I compose a tcl script I want to include comments into it so
I document the script:

tclsh

foreach addr {

!!want to place comment here!!

1.1.1.1

} {ping $addr}

++++++++++++++

tclsh

foreach ip {

!!want to place comment here!!

1.1.1.1

} {puts [exec ping $ip]}

Does anyone from the group know how to add comments? I have tried ! and #.

Cheers,

JB



This archive was generated by hypermail 2.1.4 : Mon May 01 2006 - 11:41:57 GMT-3