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

[REBOL] Re: Shortcut word available?

From: robert:muench:robertmuench at: 17-Jun-2007 15:09

On Sat, 16 Jun 2007 09:20:16 +0200, Peter Wood <pwawood-gmail.com> wrote:
> Thanks for the detailed, helpful and instructive explanation. You make > a strong case for compose.
There is one situation where I don't like COMPOSE (because it's not easy to handle) and that's when you need to do some calculations with parens inside a block. In this case COMPOSE interprets the parens differently. Robert