command substitution
Posted to
tcl
by kostix at Fri Jun 20 22:17:19 GMT 2008
view raw
%
proc
cmd {} {
return
if }
%
proc
cond {} {
return
{
$x
< 0} }
%
proc
body {} {
return
{
puts
{
$x
< 0}} }
%
set
x -2
-2
% [cmd] [cond] [body]
$x
< 0
Recent Posts
tcl by arjen
5 days ago
tcl by cgm
14 days ago
tcl by cgm
14 days ago
tcl by alan
22 days ago
tcl by mookie
44 days ago
tcl by mookie
44 days ago
tcl by mookie
44 days ago
tcl by schelte
46 days ago
tcl by oldlaptop
58 days ago
tcl by oldlaptop
61 days ago
Submit
New paste
Documentation
From Jabber