This file is indexed.

/usr/share/kturtle/examples/nl/tafels.logo is in kde-l10n-nl 4:15.08.2-0ubuntu1.

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
# drukt de talefs af 

alsnieuw
canvasmaat 250,300
verberg  
penop  
ganaar  10, 0 

n = invoervenster "Voer het getal in waarvoor is de tafel moet afdrukken..." 

voor  x = 0  tot  10 [ 
  achteruit  20
  r = x * n
  schrijf  x," * ",n," = ",r
]