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

[REBOL] Re: Using a Math oper. buried in a variable

From: anton:wilddsl:au at: 8-Apr-2009 4:37

sqlab wrote:
> The example of Anton works unfortunately not in the console, > as the console evaluates the paren and () is equivalent to a do, so you > get .. nothing
It doesn't work in a script either. Sorry I only created an almost-working example :-) But you *can* use TO-PAREN: append to-paren [] 'something as Scott found out, or LOAD: append load "()" 'something which might be more visually appealing. Regards, Anton.