Annotation of parser3/tests/433.html, revision 1.2
1.1 moko 1: @main[]
2:
1.2 ! moko 3: ^show[^array::create[$void]]
! 4:
1.1 moko 5: $a[^array::create[]]
6:
7: $a.05[a5] $a.20[a20] $a.10[a30] $a.25[$void]
8:
9: 1. ^a.count[] elements, ^show[$a]
10:
11: 2. $h[^hash::create[$a]] ^show[$h]
12:
13: 3. $h[ $.05[h05] $.10[h10] $.1[h1] ]
14: $tmp[^hash::create[$h]] ^tmp.add[$a] ^show[$tmp]
15:
16: 4. ^show[^h.union[$a]]
17:
18: 5. ^show[^h.intersection[$a]]
19:
20: 6. $a[^array::create[^o::create[]]]
21: ^show[$a]
22:
23: @show[v]
24: ^json:string[$v; $.array[object] ]
25:
26: @CLASS
27: o
28:
29: @create[]
30: $1[v1]
31: $3[v3]
32:
E-mail: