Duplicate args in proc
Posted to
tcl
by Bradipo at Fri Sep 23 21:01:11 GMT 2016
view raw
%
proc
foo {x y x} {
expr
{
$x
+
$y
}
}
% foo 3 4 7
7
%
info
args foo
x y x
%
info
body foo
expr
{
$x
+
$y
}
Recent Posts
tcl by schelte
7 days ago
tcl by emiliano
14 days ago
tcl by fvogel
14 days ago
tcl by emiliano
14 days ago
tcl by rmax
31 days ago
tcl by oldlaptop
31 days ago
tcl by schelte
32 days ago
tcl by Bradipo
44 days ago
tcl by kbk
54 days ago
tcl by oldlaptop
57 days ago
Submit
New paste
Documentation
From Jabber