ensembles
Posted to
tcl
by apn at Mon Jul 06 03:39:19 GMT 2015
view raw
namespace
eval app {
proc
echo {args} {
puts
[
join
$args
,]
}
proc
reverse {args} {
puts
[
join
[lreverse
$args
] ,]
}
namespace
export echo reverse
namespace
ensemble create
}
app {*}
$argv
Recent Posts
tcl by arjen
11 days ago
tcl by cgm
20 days ago
tcl by cgm
20 days ago
tcl by alan
28 days ago
tcl by mookie
49 days ago
tcl by mookie
50 days ago
tcl by mookie
50 days ago
tcl by schelte
52 days ago
tcl by oldlaptop
64 days ago
tcl by oldlaptop
67 days ago
Submit
New paste
Documentation
From Jabber