This file is indexed.

/usr/share/doc/basic256/examples/plot.kbs is in basic256 1.1.4.0-2.

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
 9
10
11
12
13
14
15
16
17
18
19
20
for a = 1 to 100
plot a, a
plot 21,a
plot 27,a
plot 18,a
plot 14,a
plot a, 21
plot a, 21
plot a, 27
plot a, 33
plot a, 18
plot a, 35
plot a, 37
plot a, 14
plot a, 33
plot a, 18
plot a, 35
plot a, 37
plot a, 14
next a