RosettaCodeData/Task/Reflection-List-methods/Lingo/reflection-list-methods-1.lingo
2023-07-01 13:44:08 -04:00

9 lines
85 B
Text

-- parent script "MyClass"
on foo (me)
put "foo"
end
on bar (me)
put "bar"
end