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
_______________________________________________
vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to