[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: _SELF and _SUPER
- From: Sean Conner <sean@...>
- Date: Sat, 6 Aug 2016 02:20:49 -0400
It was thus said that the Great Soni L. once stated:
>
>
> On 05/08/16 11:44 PM, Sean Conner wrote:
> > To what end? What problem does this solve? What you one use this for?
> >
> -- Example 1
> print((function(x, y) return x == 0 and (y or 1) or _SELF(x-1, x*(y or
> 1)) end)(3)) --> 6
Let me make myself perfectly clear---WHY do I want this? WHAT does this
buy ME? Not fake examples like the above which doesn't make a whole lot of
sense. A REAL PROBLEM! A debugger without the debug module? What?
-spc
- References:
- Re: _SELF and _SUPER, Luiz Henrique de Figueiredo
- Re: _SELF and _SUPER, Soni L.
- Re: _SELF and _SUPER, Thomas Jericke
- Re: _SELF and _SUPER, steve donovan
- Re: _SELF and _SUPER, Rain Gloom
- Re: _SELF and _SUPER, Soni L.
- Re: _SELF and _SUPER, Sean Conner
- Re: _SELF and _SUPER, Soni L.
- Re: _SELF and _SUPER, Sean Conner
- Re: _SELF and _SUPER, Soni L.