Re: URR by Guillermo Bonveh
Thanks aku, If I can find some free time I'll try to improve that
--- aku at inbox.as wrote:
>
>
> ----------- contoh.ex
> function func2()
> return 123
> end function
>
> function func1()
> return func2() + 234
> end function
>
> function func3()
> return 345
> end function
>
> object x
> x = func3 ()
> ------------------------
>
> If I run ex urr contoh.ex contoh.urr
>
> the result of contoh.urr:
> -------------------------------
> function func2()
> return 123
> end function
> function func3()
> return 345
> end function
> object x
> x = func3 ()
> ----------------------------
>
> my suggestion: remove func2() because it is called from func1() that
> is not called. Thanks
>
>
>
>
>
|
Not Categorized, Please Help
|
|