-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.t
More file actions
40 lines (34 loc) · 723 Bytes
/
test.t
File metadata and controls
40 lines (34 loc) · 723 Bytes
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
public int foo2(args>> int: x, y, z; float: f){
var int: b;
var int*: c;
return y;
}
public int goo(args>> int: x): static{
var int : b;
string d[30] <- "Hello", k[30] <- "World";
private void foo(args>> int: x, y, z; float: f){
b <- 3+5;
}
for(b <- 0; b < 5; b <- b+1){
b <- b+1;
}
return 0;
}
public void barr(args>> int: i, j, k): static
{
var double: max, min;
private bool fee(args>> int: l, m, n; float: x, y)
{
return true;
}
}
public void main(): static
{
var int: b <- 3+5, c <- 4, d;
var float: floate;
var double: max, min;
private bool fee(args>> int: l, m, n; float: x, y)
{
return true;
}
}