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

[REBOL] make list 0 versus make list [] Re:(2)

From: agem:crosswinds at: 28-Aug-2000 17:48

maybe Terrence read something about [a: [] ] versus [ a: copy [] ] versus [ a: make list! [] ] ? in the last case the block is copied too, means you have allways an empty list. with [a: []] the block will remember its changes on subsequent invocations. --- [Al--Bri--xtra--co--nz] wrote on 28-Aug-2000/15:20:44+12:00