質問編集履歴
1
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,46 +12,46 @@
|
|
12
12
|
|
13
13
|
```
|
14
14
|
|
15
|
+
'if' - expressions are not allowed on a global scope 手法.mq4 150 9
|
16
|
+
|
17
|
+
'oncebar' - unexpected token, probably type is missing? 手法.mq4 184 9
|
18
|
+
|
19
|
+
'box' - undeclared identifier 手法.mq4 184 19
|
20
|
+
|
21
|
+
'oncebar' - variable already defined 手法.mq4 184 9
|
22
|
+
|
23
|
+
see previous declaration of variable 'oncebar' 手法.mq4 17 5
|
24
|
+
|
25
|
+
'}' - expressions are not allowed on a global scope 手法.mq4 186 4
|
26
|
+
|
27
|
+
declaration of 'box' hides global variable 手法.mq4 106 7
|
28
|
+
|
29
|
+
see previous declaration of 'box' 手法.mq4 184 19
|
30
|
+
|
31
|
+
'Ticket2' - undeclared identifier 手法.mq4 123 26
|
32
|
+
|
33
|
+
'ture' - undeclared identifier 手法.mq4 123 55
|
34
|
+
|
35
|
+
'Ticketw' - undeclared identifier 手法.mq4 125 36
|
36
|
+
|
37
|
+
implicit conversion from 'number' to 'string' 手法.mq4 145 49
|
38
|
+
|
39
|
+
'}' - semicolon expected 手法.mq4 147 11
|
40
|
+
|
41
|
+
'Ticket1' - undeclared identifier 手法.mq4 154 26
|
42
|
+
|
43
|
+
'ture' - undeclared identifier 手法.mq4 154 55
|
44
|
+
|
45
|
+
implicit conversion from 'number' to 'string' 手法.mq4 177 50
|
46
|
+
|
15
|
-
|
47
|
+
11 errors, 3 warnings 12 4
|
48
|
+
|
49
|
+
|
16
50
|
|
17
51
|
```
|
18
52
|
|
19
53
|
|
20
54
|
|
21
|
-
'if' - expressions are not allowed on a global scope 手法.mq4 150 9
|
22
|
-
|
23
|
-
'oncebar' - unexpected token, probably type is missing? 手法.mq4 184 9
|
24
|
-
|
25
|
-
'box' - undeclared identifier 手法.mq4 184 19
|
26
|
-
|
27
|
-
'oncebar' - variable already defined 手法.mq4 184 9
|
28
|
-
|
29
|
-
see previous declaration of variable 'oncebar' 手法.mq4 17 5
|
30
|
-
|
31
|
-
'}' - expressions are not allowed on a global scope 手法.mq4 186 4
|
32
|
-
|
33
|
-
declaration of 'box' hides global variable 手法.mq4 106 7
|
34
|
-
|
35
|
-
see previous declaration of 'box' 手法.mq4 184 19
|
36
|
-
|
37
|
-
'Ticket2' - undeclared identifier 手法.mq4 123 26
|
38
|
-
|
39
|
-
'ture' - undeclared identifier 手法.mq4 123 55
|
40
|
-
|
41
|
-
'Ticketw' - undeclared identifier 手法.mq4 125 36
|
42
|
-
|
43
|
-
implicit conversion from 'number' to 'string' 手法.mq4 145 49
|
44
|
-
|
45
|
-
'}' - semicolon expected 手法.mq4 147 11
|
46
|
-
|
47
|
-
'Ticket1' - undeclared identifier 手法.mq4 154 26
|
48
|
-
|
49
|
-
'ture' - undeclared identifier 手法.mq4 154 55
|
50
|
-
|
51
|
-
implicit conversion from 'number' to 'string' 手法.mq4 177 50
|
52
|
-
|
53
|
-
11 errors, 3 warnings 12 4
|
54
|
-
|
55
55
|
|
56
56
|
|
57
57
|
|