[REBOL] Initializing
From: chalz::earthlink::net at: 15-Dec-2002 21:13
A little question. What would be the primary differences between something like: my-block: copy [] and my-block: make block! [] ? Performance issues? Memory/speed? What other methods are there, without doing a direct assign (like my-block: [])? --Charles