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 oldlaptop
10 hours ago
tcl by oldlaptop
10 hours ago
tcl by Molnija Bjornsson
5 days ago
tcl by Molnija Bjornsson
5 days ago
tcl by zmoment
5 days ago
tcl by zmoment
5 days ago
tcl by Guest86
11 days ago
tcl by Guest86
11 days ago
tcl by Guest86
11 days ago
tcl by Guest86
11 days ago
Submit
New paste
Documentation
From Jabber