Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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