URR by Guillermo Bonveh

new topic     » topic index » view thread      » older message » newer message

----------- 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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu