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