Hi Jeff, Since REBOL is prototype-based, there's not a simple (non-duplicative) way to do what you want. If you use a factory function, you don't need to define FOO first, which saves that duplication. If you want the object to have an INIT function, then you can just call that from the factory func; still a bit duplicative though.
-- Gregg -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
