-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.abs
More file actions
76 lines (67 loc) · 1.62 KB
/
Copy pathcode.abs
File metadata and controls
76 lines (67 loc) · 1.62 KB
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
int32 main(int32 argc = 0, string argv) {
var.field.method()[0];
int32 size = 8;
int32 board[size][size] = {{5, 6}, {6, 7}};
for (int32 y = 0; y < size; y += 1) {
for (int32 x = 0; x < size; x += 1) {
board[x][y] = x + y;
}
}
return 0;
}
int32 i = 0;
while (i < size) {
if (element < 0) {
element += elements.size();
}
++i;
break;
}
do {
if (element < 0) {
element += elements.size();
}
++i;
continue;
} while (i < size);
for (int32 i = 0; i < size; ++i){
if (element < 0) {
element += elements.size();
}
}
foreach(int32 element in elements){
if (element < 0) {
element += elements.size();
}
}
internal class TestClass<T, U> : BaseClass, ITestinterface {
public int32 field1;
private void run(int32 life = 0){
g_tester.start();
}
public TestClass() {
doSmth();
}
}
group GameSettings {
enum Difficulty { Easy, Medium, Hard }
enum Mode { SinglePlayer, MultiPlayer }
group Graphics {
enum Resolution { Low, Medium, High }
enum Quality { Low, Medium, High, Ultra }
}
group Audio {
enum Volume { Mute, Low, Medium, High }
enum Effects { Off, On }
}
}
namespace1.namespace2.MyClass instance = new MyClass(7, "test", 'c', new Player("player"));
static TestClass &instance = new Class();
const int32 *ptr = 3 * *(testptr);
delete target;
if (!!target) {
++target;
}
MyClass<int32, MyClass<int32, string>> x = new MyClass<int32, MyClass<int32, string>>();
int32 b = x ? true ? null ? 1 : 2 : 3 : 4;
int32 val = 3.14 as int32;