New Internal Variables:


— Utility —
_GETACPReturns the current Windows code page.
_INIVALUERCReturns an exit code for the last call to @INIVALUE.
_PASSWORDReturns a random string suitable for use as a password.
— Set by WORDS
_CHARACTERSReturns the number of characters in the last file processed.
_CHARACTERSALLReturns the number of characters in all files processed by the last call to WORDS.
_LINESReturns the number of lines in the last file processed.
_LINESALLReturns the number of lines in all files processed by the last call to WORDS.
_LONGESTLINEReturns the number of characters on the longest line of the last file processed.
_LONGESTLINEALLReturns the number of characters on the longest line in all files processed by the last call to WORDS.
_NONBLANKLINESReturns the number of non-blank lines in the last file processed.
_NONBLANKLINESALLReturns the number of non-blank lines in all files processed by the last call to WORDS.
_PARAGRAPHSReturns the number of paragraphs in the last file processed.
_PARAGRAPHSALLReturns the number of paragraphs in all files processed by the last call to WORDS.
_PROPERNOUNSReturns the number of proper nouns in the last file processed.
_PROPERNOUNSALLReturns the number of proper nouns in all files processed by the last call to WORDS.
_SENTENCESReturns the total number of sentences in the last file processed.
_SENTENCESALLReturns the total number of sentences in all files processed by the last call to WORDS.
_SENTENCESDReturns the number of sentences which end with a period in the last file processed.
_SENTENCESDALLReturns the number of sentences which end with a period in all files processed by the last call to WORDS.
_SENTENCESEReturns the number of sentences which end with an exclamation mark in the last file processed.
_SENTENCESEALLReturns the number of sentences which end with an exclamation mark in all files processed by the last call to WORDS.
_SENTENCESQReturns the number of sentences which end with a question mark in the last file processed.
_SENTENCESQALLReturns the number of sentences which end with a question mark in all files processed by the last call to WORDS.
_SENTENCEWORDSReturns the number of words which are included in a sentence in the last file processed.
_SENTENCEWORDSALLReturns the number of words which are included in a sentence in all files processed by the last call to WORDS.
_TITLESReturns the number of “titles” (paragraphs without sentences) in the last file processed.
_TITLESALLReturns the number of “titles” in all files processed by the last call to WORDS.
_UNIQUEWORDSReturns the number of different words, disregarding case, in the last file processed.
_UNIQUEWORDSALLReturns the number of different words in all files processed by the last call to WORDS.
_WCReturns the total number of contiguous sequences of non-blank characters in the last file processed.
_WCALLReturns the total number of runs of non-blank characters in all files processed by the last call to WORDS.
_WORDFILESReturns the number of files processed by the last call to WORDS.
_WORDSReturns the total number of words in the last file processed.
_WORDSALLReturns the total number of words in all files processed by the last call to WORDS.