View · Search · Index
No registered users in community xowiki
in last 10 minutes

Re: [Xotcl] Send NULL arg to Class constructor

From: Gustaf Neumann <neumann_at_wu-wien.ac.at>
Date: Tue, 12 May 2009 05:41:34 +0200

Good idea for tcl 8.5!

-gustaf neumann

iifat_at_mail.ru schrieb:
> Better, imho
>
> Object instproc F args {
> puts "CALL [self] [self calledclass]->[self calledproc] $args"
> catch next r o
> puts "EXIT [self] [self calledclass]->[self calledproc] ($r)"
> return -options $o $r
> }
>
>
> _______________________________________________
> Xotcl mailing list
> Xotcl_at_alice.wu-wien.ac.at
> http://alice.wu-wien.ac.at/mailman/listinfo/xotcl
>