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

[REBOL] Problem with paren

From: patrick::philipot::laposte::net at: 1-Feb-2003 17:24

Hi List, I am trying to build a block including some parenthesis and I am surely missing something. It seems I am not able to transform the words into parens. See that: values: [ 7 "/" "(" 1 "+" 2 ")"] test: copy [] foreach v values [either integer! = type? v [append test v] [append test to-word v]] I have tried 'compose, 'compose/deep but I am at a loss... Any clue? Regards Patrick