DiscussionsIssue archiveDraw Harness and Samples

Archived discussion

A puzzle about Sewing

Draw Harness and SamplesWed, 03/02/2022 - 05:291 reply

Browse this forum
QuestionAuthor
box b 0 0 0 1 2 3
proc test {shape} {
    sewing s $shape
}
test $b

Failed to run. 'sewing' doesn't seem to get the parameters.

Discussion

1 archived reply

Posts are displayed in their archived order.

01Author

Oh, I found the reason.
TCL scope is a little different.