class MyClass { construct new() {} print(text) { System.print("MyClass instance received: '%(text)'") } } var classInstance = MyClass.new()