Wednesday, June 5, 2013

TCL Tutorials - Line Continuation


This examples states the use of line continuation

ex_02.tcl

set members { \
abc \
def \
ghi \
jkl \
}
puts $members

No comments:

Post a Comment