RosettaCodeData/Task/Call-an-object-method/Pike/call-an-object-method-2.pike

3 lines
37 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
function func = obj->method;
func();