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

[REBOL] Re: Masking, Keying and Image Composition ideas.

From: rotenca:telvia:it at: 24-May-2003 16:02

Hi Anton
> equal? c pick mask v > > rather than: > > (pick mask v) = c > The parens and the '= cause the interpreter to do more work.
c = pick mask v In my system (W98) op! are always faster than functions. Do you have different test results in your system? --- Ciao Romano