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: Scott:Wall:xwave at: 7-Apr-2009 10:33

Hi Anton,
> but actually, now we remember that ^^ isn't the Rebol > power operator anyway! It's **. Oh well. :-)
Whoops. You're right. The ** operator seems to work well. My input string used ^, so I foolishly assumed that Rebol did as well. </blush>
> If you want to create parens, then do it like this: > > append copy () something
Couldn't get this append to work.
> or > > to-paren reduce [some stuff]
This, however, works like a charm. Thanks, Scott