---
source: src/syntax/statements/objects/call.rs
expression: tree
---
root:
kind: Root
children:
- kind: CallStatement
children:
- kind: CallKeyword
text: Call
- kind: Whitespace
text: " "
- kind: Identifier
text: MySubroutine
- kind: LeftParenthesis
text: (
- kind: RightParenthesis
text: )
- kind: Newline
text: "\n"