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
func main 1
with args
const str HW
Hello, world!
end HW
call println
call test
const mega 3
end
func test 0
call [
const func 5
const mega 0
const mega 1
const mega 2
const mega 3
const mega 4
end
call call
call ]
objcall iter
objpush
const func 1
const mega 5
call *
end
objpop
objcall map
objpush
const func 0
call _str
call println
end
objpop
objcall foreach
end