Re: Aliases for function names?
- Posted by gbonvehi Jun 12, 2014
- 1528 views
The closest thing we've on Euphoria is routine_id: http://openeuphoria.org/docs/dynamic.html#_636_indirectroutinecalling
Edit: I think that Derek's answer is actually what you wanted, what I suggested would be necessary if you didn't know the name of the long routine until runtime.