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

[REBOL] block troubles

From: maarten::koopmans::surfnet::nl at: 9-Mar-2003 22:30

Hi, Say I have a string data: {foreach a b [} Now I want to append this as a block to an empty block: code: copy [] append to-block data error! missing [ at end of script (of course, tehe actual "]" will be appended later) AFAIK this is impossible to do, right? --Maarteb