Posted 15 years ago
by Joe
Hello!
Well...I currently try to extend the Simple Add-on language.
I wrote a function which expects two arguments. The first one is a string, the second one is a number. The method could return a string so I'd like to make the following one a correct statement: Method(Method("string1", 23), 10);
Method("string", 34); --> this is a correct expression.
Any ideas or hints?
Well...I currently try to extend the Simple Add-on language.
I wrote a function which expects two arguments. The first one is a string, the second one is a number. The method could return a string so I'd like to make the following one a correct statement: Method(Method("string1", 23), 10);
Method("string", 34); --> this is a correct expression.
Any ideas or hints?