1. error in docs
- Posted by useless Sep 19, 2009
- 1111 views
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