> person: context [ > uid: func [/set value][data: [#[none]] either set > [data/1: value][data/1]] > name: "me" > ] ..... > >> person/uid/set 222 > == 222 > >> managers/ceo > == 222 > >> > > this is one way to use the function hack, but there are many > others, and they depend on the application itself. > > there are a few little details when using the hack, but > usually, its pretty invisible.
Hello Maxim, I have read your interesting post but I want the details. How it works ? What happens underneat (at interpeter and structure details) when you read the value of UID using another object like "managers/ceo" ? Also, I whis to know the notes you have omitted about this approach and eventually which other approach exists... There are a lot of things I still have to know about objects. Giuseppe Chillemi -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
