
30 Aug
2009
30 Aug
'09
6:32 p.m.
Magnus Therning wrote:
On Sun, Aug 30, 2009 at 11:09 PM, Nigel Rantor
wrote: length( filter( Char.isLower "LoweR" ) )
try this instead
length (filter Char.isLower "LoweR")
`filter` takes two arguments.
Thank you, I have been flip-flopping between having no parentheses and lots...I think I get it now. I owe you a beer. This will, however, probably not be my last post... n