[REBOL] count function
From: maksa::sezampro::yu at: 5-Jul-2001 8:45
Hello, Any suggestions what would the cleanest and most Rebolesque possible 'count' function look like? Returning something like this:>> count [Joe Jane Joe Simon] Joe >> 2and:>> count "ABCSOMESTUFFABDMOREABSTUFFANDTHENABESOME" "AB" >> 4Regards, Maksa