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

[REBOL] Re: Algorithm challenge: compacting intege...

From: pwawood::gmail at: 29-Jan-2007 16:43

Dirk The script chokes on a single entry block:
>> compact [1]
** Script Error: Out of range or past end ** Where: compact ** Near: to block! head rc It is okay with [] and [1 3]. It looks as though your earlier submission did too. Regards Peter On Monday, January 29, 2007, at 03:55 pm, Dirk Weyand wrote: