1. error in docs

On:

http://openeuphoria.org/docs/eu400_0040.html

6.4.1.3 Why call dynamically?

integer foo_id 
 
function bar() 
    return call_func(foo_id,{bar()}) 
end function 
 
function bar() 
   return something() + bar() 
end function 
foo_id = routine_id("foo") 
 

There's two bar() functions, and no foo. This is rather foo oh, nevermind.

useless

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu