9 lines
85 B
Text
9 lines
85 B
Text
-- parent script "MyClass"
|
|
|
|
on foo (me)
|
|
put "foo"
|
|
end
|
|
|
|
on bar (me)
|
|
put "bar"
|
|
end
|