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