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 evilotto
1 days ago
tcl by evilotto
1 days ago
tcl by colin
3 days ago
tcl by colin
4 days ago
tcl by colin
4 days ago
tcl by colin
4 days ago
tcl by egavilan
8 days ago
tcl by Bradipo
9 days ago
tcl by miguel
11 days ago
tcl by kbk
13 days ago
Submit
New paste
Documentation
From Jabber