instead of strange constructs that are hard to follow,
I would just take the pragmatical way and add a param SUPER=0
Class SubClass Extends MyClass
{
ClassMethod Foo(SUPER = 0 )
{
if SUPER do ##super() quit
. . . . .
do ##super() // <----
}
}The efficiency is evident also to less sophisticated programmers
- Log in to post comments
.png)
.png)
.png)
.png)
.png)
.png)
.png)