1996-12-23 17:02:34 +00:00
|
|
|
163
|
|
|
|
|
166
|
|
|
|
|
4
|
|
|
|
|
16
|
|
|
|
|
8
|
|
|
|
|
2
|
|
|
|
|
4
|
|
|
|
|
2
|
|
|
|
|
2
|
|
|
|
|
1
|
|
|
|
|
0
|
|
|
|
|
0
|
|
|
|
|
0
|
|
|
|
|
1
|
|
|
|
|
1
|
|
|
|
|
2
|
|
|
|
|
-3
|
|
|
|
|
-2
|
|
|
|
|
1
|
|
|
|
|
0
|
|
|
|
|
2
|
|
|
|
|
131072
|
|
|
|
|
29
|
|
|
|
|
33
|
|
|
|
|
49
|
|
|
|
|
1
|
|
|
|
|
1
|
|
|
|
|
0
|
|
|
|
|
0
|
|
|
|
|
1
|
|
|
|
|
1
|
|
|
|
|
1
|
|
|
|
|
2
|
|
|
|
|
3
|
|
|
|
|
1
|
|
|
|
|
58
|
|
|
|
|
2
|
|
|
|
|
60
|
|
|
|
|
1
|
|
|
|
|
256
|
|
|
|
|
16
|
|
|
|
|
62
|
|
|
|
|
4
|
|
|
|
|
29
|
|
|
|
|
5
|
|
|
|
|
-4
|
|
|
|
|
4
|
|
|
|
|
1
|
|
|
|
|
32
|
|
|
|
|
32
|
|
|
|
|
1
|
|
|
|
|
1
|
|
|
|
|
32
|
|
|
|
|
20
|
|
|
|
|
1,i+=2
|
|
|
|
|
30
|
|
|
|
|
1,j+=2
|
|
|
|
|
20
|
|
|
|
|
1,i+=2
|
|
|
|
|
30
|
|
|
|
|
1,j+=2
|
2002-07-17 14:10:11 +00:00
|
|
|
./arith.tests: line 108: 1 ? 20 : x+=2: attempted assignment to non-variable (error token is "+=2")
|
1996-12-23 17:02:34 +00:00
|
|
|
20
|
|
|
|
|
6
|
|
|
|
|
6,5,3
|
|
|
|
|
263
|
|
|
|
|
255
|
|
|
|
|
255
|
|
|
|
|
127
|
|
|
|
|
36
|
|
|
|
|
40
|
|
|
|
|
10
|
|
|
|
|
10
|
|
|
|
|
10
|
|
|
|
|
10
|
|
|
|
|
10
|
|
|
|
|
10
|
|
|
|
|
36
|
|
|
|
|
36
|
|
|
|
|
62
|
|
|
|
|
63
|
2004-07-27 13:29:18 +00:00
|
|
|
./arith.tests: line 143: 3425#56: invalid arithmetic base (error token is "3425#56")
|
1996-12-23 17:02:34 +00:00
|
|
|
0
|
2002-07-17 14:10:11 +00:00
|
|
|
./arith.tests: line 149: 7 = 43 : attempted assignment to non-variable (error token is "= 43 ")
|
|
|
|
|
./arith.tests: line 150: 2#44: value too great for base (error token is "2#44")
|
|
|
|
|
./arith.tests: line 151: 44 / 0 : division by 0 (error token is " ")
|
|
|
|
|
./arith.tests: line 152: let: jv += $iv: syntax error: operand expected (error token is "$iv")
|
|
|
|
|
./arith.tests: line 153: jv += $iv : syntax error: operand expected (error token is "$iv ")
|
|
|
|
|
./arith.tests: line 154: let: rv = 7 + (43 * 6: missing `)' (error token is "6")
|
2004-07-27 13:29:18 +00:00
|
|
|
./arith.tests: line 158: 0#4: invalid number (error token is "0#4")
|
|
|
|
|
./arith.tests: line 159: 2#110#11: invalid number (error token is "2#110#11")
|
1997-06-05 14:59:13 +00:00
|
|
|
abc
|
|
|
|
|
def
|
|
|
|
|
ghi
|
|
|
|
|
ok
|
|
|
|
|
6
|
|
|
|
|
1
|
|
|
|
|
0
|
2002-07-17 14:10:11 +00:00
|
|
|
./arith.tests: line 177: 4 + : syntax error: operand expected (error token is " ")
|
1997-06-05 14:59:13 +00:00
|
|
|
16
|
2002-07-17 14:10:11 +00:00
|
|
|
./arith.tests: line 182: 4 ? : 3 + 5 : expression expected (error token is ": 3 + 5 ")
|
|
|
|
|
./arith.tests: line 183: 1 ? 20 : `:' expected for conditional expression (error token is " ")
|
|
|
|
|
./arith.tests: line 184: 4 ? 20 : : expression expected (error token is " ")
|
1997-06-05 14:59:13 +00:00
|
|
|
9
|
2002-07-17 14:10:11 +00:00
|
|
|
./arith.tests: line 190: 0 && B=42 : attempted assignment to non-variable (error token is "=42 ")
|
1997-06-05 14:59:13 +00:00
|
|
|
9
|
2002-07-17 14:10:11 +00:00
|
|
|
./arith.tests: line 193: 1 || B=88 : attempted assignment to non-variable (error token is "=88 ")
|
1997-06-05 14:59:13 +00:00
|
|
|
9
|
|
|
|
|
0
|
|
|
|
|
9
|
|
|
|
|
0
|
|
|
|
|
9
|
|
|
|
|
1
|
|
|
|
|
9
|
|
|
|
|
7
|
|
|
|
|
7
|
|
|
|
|
4
|
1998-04-17 19:52:44 +00:00
|
|
|
32767
|
|
|
|
|
32768
|
|
|
|
|
131072
|
|
|
|
|
2147483647
|
|
|
|
|
1
|
2000-03-17 21:46:59 +00:00
|
|
|
4
|
|
|
|
|
4
|
|
|
|
|
5
|
|
|
|
|
5
|
|
|
|
|
4
|
|
|
|
|
3
|
|
|
|
|
3
|
|
|
|
|
4
|
|
|
|
|
4
|
|
|
|
|
7
|
2002-07-17 14:10:11 +00:00
|
|
|
./arith.tests: line 241: 7-- : syntax error: operand expected (error token is " ")
|
|
|
|
|
./arith.tests: line 243: --x=7 : attempted assignment to non-variable (error token is "=7 ")
|
|
|
|
|
./arith.tests: line 244: ++x=7 : attempted assignment to non-variable (error token is "=7 ")
|
|
|
|
|
./arith.tests: line 246: x++=7 : attempted assignment to non-variable (error token is "=7 ")
|
|
|
|
|
./arith.tests: line 247: x--=7 : attempted assignment to non-variable (error token is "=7 ")
|
2000-03-17 21:46:59 +00:00
|
|
|
4
|
|
|
|
|
7
|
|
|
|
|
-7
|
|
|
|
|
7
|
|
|
|
|
7
|
2004-07-27 13:29:18 +00:00
|
|
|
./arith1.sub: line 2: 4-- : syntax error: operand expected (error token is " ")
|
|
|
|
|
./arith1.sub: line 3: 4++ : syntax error: operand expected (error token is " ")
|
|
|
|
|
./arith1.sub: line 4: 4 -- : syntax error: operand expected (error token is " ")
|
|
|
|
|
./arith1.sub: line 5: 4 ++ : syntax error: operand expected (error token is " ")
|
|
|
|
|
1
|
|
|
|
|
2
|
|
|
|
|
1
|
|
|
|
|
2
|
|
|
|
|
6
|
|
|
|
|
3
|
|
|
|
|
7
|
|
|
|
|
4
|
|
|
|
|
0
|
|
|
|
|
3
|
|
|
|
|
7
|
|
|
|
|
2
|
|
|
|
|
-2
|
|
|
|
|
1
|
|
|
|
|
./arith1.sub: line 35: ((: ++ : syntax error: operand expected (error token is " ")
|
|
|
|
|
7
|
|
|
|
|
7
|
|
|
|
|
./arith1.sub: line 38: ((: -- : syntax error: operand expected (error token is " ")
|
|
|
|
|
7
|
|
|
|
|
7
|
|
|
|
|
7
|
|
|
|
|
7
|
|
|
|
|
1
|
|
|
|
|
2
|
|
|
|
|
1
|
|
|
|
|
2
|
|
|
|
|
1
|
|
|
|
|
0
|
|
|
|
|
5
|
|
|
|
|
1
|
|
|
|
|
6
|
|
|
|
|
2
|
|
|
|
|
3
|
|
|
|
|
1
|
|
|
|
|
4
|
|
|
|
|
0
|
|
|
|
|
./arith2.sub: line 33: ((: -- : syntax error: operand expected (error token is " ")
|
|
|
|
|
-7
|
|
|
|
|
-7
|
|
|
|
|
./arith2.sub: line 37: ((: ++ : syntax error: operand expected (error token is " ")
|
|
|
|
|
7
|
|
|
|
|
7
|
|
|
|
|
-7
|
|
|
|
|
-7
|
|
|
|
|
7
|
|
|
|
|
7
|
2000-03-17 21:46:59 +00:00
|
|
|
8 12
|
2004-07-27 13:29:18 +00:00
|
|
|
./arith.tests: line 268: ((: x=9 y=41 : syntax error in expression (error token is "y=41 ")
|
|
|
|
|
./arith.tests: line 272: a b: syntax error in expression (error token is "b")
|
|
|
|
|
./arith.tests: line 273: ((: a b: syntax error in expression (error token is "b")
|
2001-04-06 19:14:31 +00:00
|
|
|
42
|
|
|
|
|
42
|
|
|
|
|
42
|
|
|
|
|
42
|
|
|
|
|
42
|
|
|
|
|
42
|
2004-07-27 13:29:18 +00:00
|
|
|
./arith.tests: line 284: b[c]d: syntax error in expression (error token is "d")
|