|
|
1.1 moko 1: @main[]
2: $v[a^taint[ ]b]
3:
4: ^test[v1 v2 v3
5: $v d e ]
6:
7: ^test[
8: v1 $v v3
9: a b c]
10:
11: ^test[v1 $v v3
12: a b c
13: ]
14:
15: ^test[v1 v2 v3
16:
17: a b c]
18:
19: ^test[v1 v2 v3
20:
21: a b c
22:
23: c d e
24: ]
25:
26: @test[data]
27: $t[^table::create{$data}]
28: ^json:string[$t; $.indent(true) ]