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

[REBOL] 'dynamic append' Re:

From: bhandley:zip:au at: 24-Jul-2000 10:21

Hi Hendrik-Jan, You're almost there - here is a simple solution.
> append/only test rejoin ["block1_"A ": copy []"] > do last test
test: [] a: 12 append/only test rejoin ["block1_"A ": copy []"] last-block: do last test append last-block "whatever you want" so now try:
>> block1_12
== ["whatever you want"] Brett Handley