5 lines
91 B
Text
5 lines
91 B
Text
obj = script("MyClass").new()
|
|
-- ...
|
|
method = #foo
|
|
arg1 = 23
|
|
res = call(method, obj, arg1)
|