Skip to content

Commit 6fd2ff9

Browse files
committed
core: add support for proc statics by reference
set a 5 proc b {} {&a} { incr a } b Now a is 6 because b captured a by reference instead of by value Signed-off-by: Steve Bennett <[email protected]>
1 parent c33f287 commit 6fd2ff9

File tree

4 files changed

+346
-94
lines changed

4 files changed

+346
-94
lines changed

0 commit comments

Comments
 (0)