set my_reference to my do_stuff
-- result: «handler do_stuff»
But is it possible to call that handler? This is a normal operation in most programming languages, including many scripting languages, but I’m uncertain how to go about it in Applescript.
My motive: I’d love to have a list of handlers I could call according to certain generic criteria.