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
junk by bcharder
26 days ago
tcl by egavilan
35 days ago
tcl by Stu
37 days ago
tcl by Stu
37 days ago
tcl by oldlaptop
71 days ago
tcl by oldlaptop
71 days ago
tcl by Molnija Bjornsson
76 days ago
tcl by Molnija Bjornsson
76 days ago
tcl by zmoment
76 days ago
tcl by zmoment
76 days ago
Submit
New paste
Documentation
From Jabber