Thanks, Pat! I hadn't seen this usage before. It is also a much simpler basis than what I was working on.
Donald Dalley ----- Original Message ----- From: "pat665" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 20, 2002 4:50 AM Subject: [REBOL] Re: RANDOM's & PICK's args > Hi Donald > > With Rebol, you can use random directly on a block of string to get the same > block randomized. > > colors: ["red" "green" "yellow" "blue" "white"] > while [not tail? colors] [ > colors: random colors > print first colors > remove colors > ] > > ;blue > ;yellow > ;green > ;red > ;white -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
