[REBOL] ALL and ANY words
From: info::id-net::ch at: 4-Jan-1980 3:58
The All word is often used by some rebolwriters in this case : all [select
nam word find text search-text , etc..].. I mean : it is used with more
than 2 parameter, and often with not always a TRUE OR FALSE' return (it
seems...). It is done very often by Carl ..
Personnally, I used 'all and 'any , in those cases : all [(a > 0)(b > 0)],
i.e.
It seems that the 'all and 'any word are used in a area that is different..
Is it like the C langage when FALSE is zero and all other cases TRUE..
I understand that a function like SELECT (taken as exemple above) could
return true of false.. It's not the point..
I just want to know if the values that 'all evaluate can be other than true
or false..
Philippe