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::com at: 29-Jan-2007 16:49

Chris Your compact demonstrates some odd behaviour when a string is input: compact "1 2 3 4 5 6 7 8 9" == [#"1" #" " #"2" #" " #"3" #" " #"4" #" " #"5" #" " #"6" #" " #"7" #" # 8" #" " #"9"] I'm not sure if this matters in the competition... Regards Peter On Monday, January 29, 2007, at 10:56 am, Graham Chiu wrote: