RosettaCodeData/Task/Send-an-unknown-method-call/Cache-ObjectScript/send-an-unknown-method-call.cos
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

14 lines
137 B
Text

Class Unknown.Example Extends %RegisteredObject
{
Method Foo()
{
Write "This is foo", !
}
Method Bar()
{
Write "This is bar", !
}
}