[REBOL] Re: make <object-type> append
From: petr:krenzelok:trz:cz at: 14-Jun-2001 14:26
Hi Scot,
nothing special going on imo :-) Let's forget object construct and use only:
->> append [phone: make issue! 10] [state: make string! 2]
== [phone: make issue! 10 state: make string! 2]
Are you still wondering, why does 'append need second value to joing first one?
Because it is imo 'append's nature :-)
So - append just appends second block to first one and then it is passed to object
creation process .... I just hope I am not completly wrong :-)
Cheers,
-pekr-