This file is indexed.

/usr/share/axiom-20120501/input/ovar.input is in axiom-test 20120501-8.

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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
)set break resume
)spool ovar.output
)set message test on
)set message auto off
)clear all
--S 1 of 5
ls:List Symbol:=['x,'a,'z]
--R 
--R
--R   (1)  [x,a,z]
--R                                                           Type: List(Symbol)
--E 1

--S 2 of 5
Z:=OVAR ls
--R 
--R
--R   (2)  OrderedVariableList([x,a,z])
--R                                                                 Type: Domain
--E 2

--S 3 of 5
size()$Z
--R 
--R
--R   (3)  3
--R                                                     Type: NonNegativeInteger
--E 3

--S 4 of 5
lv:=[index(i::PI)$Z for i in 1..size()$Z]
--R 
--I   Compiling function G1409 with type Integer -> Boolean 
--I   Compiling function G1573 with type NonNegativeInteger -> Boolean 
--R
--R   (4)  [x,a,z]
--R                                     Type: List(OrderedVariableList([x,a,z]))
--E 4

--S 5 of 5
sorted?(>,lv)
--R 
--R
--R   (5)  true
--R                                                                Type: Boolean
--E 5
)spool 
)lisp (bye)