Re: [Vala] Execute a function by name in Genie



Let's say I have the following code with the pseudo-function 'eval' :

-------
def doSomething(arg1:string)
        print arg1

init
        eval("doSomething('Hello World!')")
-------

How do I do the 'eval' pseudo-function in Genie?


Thanks
-- 
Andrew



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]