Re: [Vala] Execute a function by name in Genie
- From: Andrew <rugby471 gmail com>
- To: vala-list gnome org
- Subject: Re: [Vala] Execute a function by name in Genie
- Date: Sat, 03 Jul 2010 18:50:49 +0100
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]