This file is indexed.

/usr/share/doc/tcl-tclex/examples/pascal/README.txt is in tcl-tclex 1.2a1-16.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
This directory contains the scanner for a "toy Pascal-like language",
written using both flex (file pascal.l) and tcLex (file pascal.tcl).
The flex version is extracted from the flex man page. The tcLex
version has been converted by Neil Walker. Each file contains specific
information on how the lexers work.

The file test.p contains a small sample Pascal-like source to test the
lexers on.