/usr/share/axiom-20120501/input/frame.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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 | )set break resume
)spool frame.output
)set message test on
)set message auto off
)clear all
--S 1 of 24
)frame new testframe
--R
--E 1
--S 2 of 24
)frame names
--R
--R The names of the existing frames are:
--R testframe
--R initial
--R The current frame is the first one listed.
--E 2
--S 3 of 24
)frame next
--R
--E 3
--S 4 of 24
)frame names
--R
--R The names of the existing frames are:
--R initial
--R testframe
--R The current frame is the first one listed.
--E 4
--S 5 of 24
)frame next
--R
--E 5
--S 6 of 24
)frame names
--R
--R The names of the existing frames are:
--R testframe
--R initial
--R The current frame is the first one listed.
--E 6
--S 7 of 24
)frame next
--R
--E 7
--S 8 of 24
)frame drop
--R
--E 8
--S 9 of 24
)frame names
--R
--R The names of the existing frames are:
--R testframe
--R The current frame is the first one listed.
--E 9
--S 10 of 24
)frame new testframe2
--R
--E 10
--S 11 of 24
a:=1
--R
--R
--R (1) 1
--R Type: PositiveInteger
--E 11
--S 12 of 24
)frame names
--R
--R The names of the existing frames are:
--R testframe2
--R testframe
--R The current frame is the first one listed.
--E 12
--S 13 of 24
)frame next
--R
--E 13
--S 14 of 24
a
--R
--R
--R (1) a
--R Type: Variable(a)
--E 14
--S 15 of 24
)frame import testframe2 a
--R
--R Import from frame testframe2 is complete. Please issue )display all
--R if you wish to see the contents of the current frame.
--E 15
--S 16 of 24
)display all
--R
--RProperties of % :
--R Value (has type Variable(a)): a
--RProperties of %e :
--R This is a system-defined macro.
--R macro %e () == exp(1)
--RProperties of %i :
--R This is a system-defined macro.
--R macro %i () == complex(0,1)
--RProperties of %infinity :
--R This is a system-defined macro.
--R macro %infinity () == infinity()
--RProperties of %minusInfinity :
--R This is a system-defined macro.
--R macro %minusInfinity () == minusInfinity()
--RProperties of %pi :
--R This is a system-defined macro.
--R macro %pi () == pi()
--RProperties of %plusInfinity :
--R This is a system-defined macro.
--R macro %plusInfinity () == plusInfinity()
--RProperties of SF :
--R This is a system-defined macro.
--R macro SF () == DoubleFloat()
--RProperties of a :
--R Value (has type PositiveInteger): 1
--E 16
--S 17 of 24
a
--R
--R
--R (2) 1
--R Type: PositiveInteger
--E 17
--S 18 of 24
)set message prompt frame
--R
--E 18
--S 19 of 24
)frame next
--R
--E 19
--S 20 of 24
)frame next
--R
--E 20
--S 21 of 24
)frame next
--R
--E 21
--S 22 of 24
)frame names
--R
--R The names of the existing frames are:
--R testframe2
--R testframe
--R The current frame is the first one listed.
--E 22
--S 23 of 24
)frame drop testframe2
--R
--E 23
--S 24 of 24
)frame names
--R
--R The names of the existing frames are:
--R testframe
--R The current frame is the first one listed.
--E 24
)spool
)lisp (bye)
|