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
42
43
44
45
---
source: src/syntax/library/functions/objects/getobject.rs
expression: tree
---
root:
kind: Root
children:
- kind: Identifier
text: Debug
- kind: Unknown
text: "."
- kind: PrintStatement
children:
- kind: PrintKeyword
text: Print
- kind: Whitespace
text: " "
- kind: StringLiteral
text: "\"Count: \""
- kind: Whitespace
text: " "
- kind: Ampersand
text: "&"
- kind: Whitespace
text: " "
- kind: Identifier
text: GetObject
- kind: LeftParenthesis
text: (
- kind: Comma
text: ","
- kind: Whitespace
text: " "
- kind: StringLiteral
text: "\"Excel.Application\""
- kind: RightParenthesis
text: )
- kind: PeriodOperator
text: "."
- kind: Identifier
text: Workbooks
- kind: PeriodOperator
text: "."
- kind: Identifier
text: Count