cfad47cfa3/t3compiler/tads3/test/log/listpar.log

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
	Files to build: 3
2
	symbol_export listpar.t -> listpar.t3s
3
	compile listpar.t -> listpar.t3o
4
	link -> listpar.t3
5
6
(T3VM) Memory blocks still in use:
7
8
Total blocks in use: 0
9
func: a = 9, b = []
10
+ func2: x = [9]
11
+ func2: x = [9]
12
func: a = 8, b = [2]
13
+ func2: x = [2, 8]
14
+ func2: x = [8, 2]
15
func: a = 7, b = [2, 3]
16
+ func2: x = [2, 3, 7]
17
+ func2: x = [7, 2, 3]
18
func: a = 6, b = [2, 3, 4]
19
+ func2: x = [2, 3, 4, 6]
20
+ func2: x = [6, 2, 3, 4]
21
22
(T3VM) Memory blocks still in use:
23
24
Total blocks in use: 0