[REBOL] Objects, Making-Of Re:(6)

2000-07-04 Thread lmecir
Correcting myself. Still not bug-free. The code should be: append spec either function? :f [ reduce ['func load mold third :f copy/deep second :f] ] [ reduce ['first reduce [:f]] ] > > --- Start -- > > >> a: 0 f: func [] [a] > > >> o1: make object! [a: 1 g: fun

[REBOL] Objects, Making-Of Re:(6)

2000-07-04 Thread Christian . Ensel
Hello [EMAIL PROTECTED], On 04-Jul-00, You wrote: > The explanation #2: [...] > , but Source then created a bit different representation of that. Oh, I like this explanation. I already learned that 'source doesn't always show the excact source code which was assigned to a word (e.g. a: make in