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
38
39
40
41
|
_type: ExprCall
args:
- _type: ExprConcatStrings
es:
- _type: ExprLiteral
value: 7
valueType: Int
- _type: ExprCall
args:
- _type: ExprCall
args:
- _type: ExprCall
args:
- _type: ExprLiteral
value: 0
valueType: Int
- _type: ExprLiteral
value: 5
valueType: Int
fun:
_type: ExprVar
value: __sub
- _type: ExprLiteral
value: 12
valueType: Int
fun:
_type: ExprVar
value: __mul
- _type: ExprLiteral
value: 3
valueType: Int
fun:
_type: ExprVar
value: __div
isInterpolation: false
- _type: ExprLiteral
value: 1
valueType: Int
fun:
_type: ExprVar
value: __sub
|