Hi Andrew, you wrote: >I don't know why it works, but it does. Any ideas? > >Implementation: make object! [ > t: "Now is the hour..." > Test_Implementation: func [] [ > t > ] > ] > >Interface: make object! [ > Test: get in Implementation 'Test_Implementation > ] > That's very cool. At the same time I would expect it to work. Which part surprises you? That you can access the function referenced by Implementation/Test_Implementation using "get in ..." or is it that you can assign the retrieved function to Test as part of creating your Interface object? Or both? ... Neither? Elan
