cfad47cfa3/t3compiler/tads3/test/log/foreach.log

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
	Files to build: 5
2
	symbol_export _main.t -> _main.t3s
3
	symbol_export foreach.t -> foreach.t3s
4
	compile _main.t -> _main.t3o
5
	compile foreach.t -> foreach.t3o
6
	link -> foreach.t3
7
8
(T3VM) Memory blocks still in use:
9
10
Total blocks in use: 0
11
Constant list:
12
hello
13
there
14
how
15
are
16
you
17
today
18
19
Non-constant list:
20
hello
21
there
22
how
23
are
24
you
25
today
26
!!!
27
28
Vector:
29
1
30
2
31
3
32
4
33
5
34
6
35
7
36
8
37
9
38
10
39
40
Vector, modifying throughout foreach:
41
x = 1, vec[1] = 2
42
x = 2, vec[2] = 4
43
x = 3, vec[3] = 6
44
x = 4, vec[4] = 8
45
x = 5, vec[5] = 10
46
x = 6, vec[6] = 12
47
x = 7, vec[7] = 14
48
x = 8, vec[8] = 16
49
x = 9, vec[9] = 18
50
x = 10, vec[10] = 20
51
52
53
(T3VM) Memory blocks still in use:
54
55
Total blocks in use: 0