Fossil SCM

fossil-scm / test / th1-variadic-proc.th1
Blame History Raw 10 lines
1
<th1>
2
proc vfunc {args} {
3
set argc [llength $args]
4
puts "argc=$argc Check this for a memleak when args length > 0\n"
5
}
6
vfunc
7
vfunc 1
8
vfunc 1 2
9
vfunc 1 2 3
10
</th1>

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button