For me is ugly to see a procedure call like Foo()
=====================================
For instance, TCL solves this problem by enclosing subroutine calls in
square braces :
proc get_res {param1 param2} {
return [expr $param1 * $param2]
}
set res [get_res 3 4]
And assigning from other variable :
set res 12345
set res_1 $res
PS:
BTW, accessing values of variables via a special sign ("$" mainly') is
excellent feature:
set res_var $input_var
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk