_PARAGRAPHSALL
— Returns
the number of paragraphs in all files processed by the last call to
WORDS
.
Syntax:
%_PARAGRAPHSALL
A ‘paragraph’ is a line or series of lines which contains at
least one sentence. Divide %_SENTENCESALL
by %_PARAGRAPHSALL
to get the avarage paragraph length in sentences.
Divide %_SENTENCEWORDSALL
by
by %_PARAGRAPHSALL
to get the avarage paragraph length in words.
If the WORDS
command has not been called,
this variable returns the value N/A
.