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

[REBOL] Re: block troubles

From: rgombert:essentiel at: 9-Mar-2003 23:41

i suggest you try a different aproach, working on strings and converting to block only once, at the end :
>> data: {foreach a b [} >> code: copy "[" >> append code data >> append code "this code" >> append code "]]" >> code
== "[foreach a b [this code]]"
>> to-block code
== [[foreach a b [this code]]] Renaud GOMBERT -------------------------------- www.essentiel.net N° SIRET : 418 620 159 N° MdA : G316527 NAF/APE : 923A