summaryrefslogtreecommitdiff
path: root/result/XPath/expr/base
blob: 35528669cac4894627b6f618bded1e6b40f8cc8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

========================
Expression: 1
Object is a number : 1

========================
Expression: 1+2
Object is a number : 3

========================
Expression: 2*3
Object is a number : 6

========================
Expression: 1+2*3+4
Object is a number : 11

========================
Expression: (1+2)*(3+4)
Object is a number : 21