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

[REBOL] Re: A Rebol Challenge. The Monty Hall Puzzle IN 0 BYTES

From: joel:neely:fedex at: 18-Dec-2001 1:50

Hi, Cal, You caught me with my tongue planted firmly in my cheek! Cal Dixon wrote:
> > But > > > > w: 100 loop w[w: w - random 2 / 3] > > > > is 34 bytes... > > doesn't really compute correctly, it gives a constant result. >
But it's the CORRECT constant result! ;-)
> >> w: 100 loop w[w: w - random 2 / 3] > == 33.3333333333332 > >> w: 100 loop w[w: w - random 2 / 3] > == 33.3333333333332 > >> w: 100 loop w[w: w - random 2 / 3] > == 33.3333333333332 > > if that counted we could use: > > w: random 2 / 3 ?? w > > 20 bytes ;-) >
Or even 2 / 3 FIVE BYTES!!!!! -- In some countries being a foriegner who is likely to be carrying cash is a traffic violation. -- Aaron Watters joel'dot'neely'at'fedex'FIX'PUNCTUATION'dot'com