Aliases for function names?
- Posted by GreenEuphorian Jun 11, 2014
- 1538 views
I was wondering, is it possible to define aliases for function names, so that I may have something like the following:
a=ParticularlyLongFunctionName
x=a(var1)
I guess this feature would require anonymous functions, or high order functions. Is something of this sort supported in Euphoria?