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

[REBOL] Re: How-to initialize multiple empty blocks

From: dockimbel::free::fr at: 27-Aug-2001 19:02

Hi Martin, Martin Middleton wrote:
> Here's what I'm trying to do:
[...]
> tables: [table1 table2 table3] > foreach table tables [loop 10 [append table 0]]
[...] tables: [table1 table2 table3] foreach table tables [set :table array/initial 10 0] HTH, DocKimbel.