Fake ensembles in Jim
Posted to
tcl
by dbohdan at Tue May 19 16:50:07 GMT 2015
view raw
#!/usr/bin/env jimsh
proc
::ns::blah {a b} {
return
[+
$a
$b
]
}
proc
::ns args {
::ns::[
lindex
$args
0] {*}[
lrange
$args
1 end]
}
puts
[::ns blah 1 2]
Recent Posts
tcl by Guest86
20 hours ago
tcl by Guest86
20 hours ago
tcl by Guest86
20 hours ago
tcl by Guest86
20 hours ago
tcl by oldlaptop
21 hours ago
tcl by mookie
12 days ago
tcl by cgm
14 days ago
tcl by egavilan
19 days ago
tcl by smlckz
20 days ago
tcl by Guest86
25 days ago
Submit
New paste
Documentation
From Jabber