[REBOL] Re: Loop with negative count
From: greggirwin::mindspring::com at: 29-Dec-2006 12:32
Hi Ladislav, LM> I guess that there will be a way how to contribute new tests. (and LM> eventually read the existing ones). Until then here is a specimen FOR LM> test, which passes: LM> [ LM> success: true LM> loop -1 [success: false] LM> success LM> ] So, tests are just blocks that fail if they return false or none? -- Gregg