Clone
Gustaf A. Neumann <neumann@Gustaf-A-Neumanns-iMac.local>
committed
on 25 Nov 10
- nx.tcl: removed debugging output - nx.tcl: added syntactic sugar to "method" and "alias" for return value checking. One can write now: … Show more
- nx.tcl: removed debugging output - nx.tcl: added syntactic sugar to "method" and "alias" for   return value checking. One can write now:      Class create C {        :public method foo {a:int b:int} -> int {           return [expr {$a + $b}]        }      } - extended regression test

Show less