I have a question about "\" in TCL
I see the code snippet as follows:
proc ::A::B {c \ d \ e \ f }
what does this mean "\" in the parameter list?
Can someone help me with this?
As stated in the language definition ,
<b> \ <& new line gt; whitespace, . , , . , , , , .
<b> \ <& new line gt; whitespace
, . , , . , , , , .
, :
( ):
proc ::A::B {c d e f }
, proc, , .: -)
proc
\ Tcl . , , :
\
proc ::A::B {c d e f}
, .