1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
--- 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: Newline text: "\n"