
18 Sep
2002
18 Sep
'02
10:34 a.m.
|(isMemberOf "-f" args) && (isMemberOf "-i" args) =printFreq(sortWordCount(parseLcLine textLines)) |(isMemberOf "-f" args)
these two '|'s should be lined up, as in:
|(isMemberOf "-f" args) && (isMemberOf "-i" args) =printFreq(sortWordCount(parseLcLine textLines)) |(isMemberOf "-f" args)
as should all successive '|'s