_PARAGRAPHS — Returns the number of paragraphs in the last file processed by WORDS.

Syntax:
%_PARAGRAPHS

A ‘paragraph’ is a line or series of lines which contains at least one sentence. Divide %_SENTENCES by %_PARAGRAPHS to get the avarage paragraph length in sentences. Divide %_SENTENCEWORDS by by %_PARAGRAPHS to get the avarage paragraph length in words.

If the WORDS command has not been called, or if there was any error reading the last file, this variable returns the value N/A.