Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Using function from variable — Gideros Forum

Using function from variable

Hi guys, how can i put function to varibale for using this function later?

like
if a then var=function1
if b then var=function2
if c then var=function3


and then i want to do something like :
var()
to use one of these functions.

Comments

Sign In or Register to comment.