[REBOL] Re: newbie!?
From: jnk:clix:pt at: 30-Nov-2000 14:29
ok... I studied the problem and came with the following...
I want to evaluate a block and want to know if any vallues are repeated
3 times or if they are 3 different items in increasing order:
like: [111]
or: [123]
I take the example, of the numbers block [1 2 3 4 1 1] because
this is a possible case to be evalluated in the litle miserable (yet) proggy
I´m working on...
well I want to be able to evalluate a block and determine if there are a
certain number of
increasing ordered items : 3 numbers: (in this case 1 2 3 )or,
if there are (3 in this case) repeated items on the block like (111) (222)
etc...
thankx,