RosettaCodeData/Task/Send-an-unknown-method-call/Cache-ObjectScript/send-an-unknown-method-call...

15 lines
137 B
Plaintext

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