---
source: src/syntax/library/functions/environment/getsetting.rs
expression: tree
---
root:
kind: Root
children:
- kind: Newline
text: "\n"
- kind: SubStatement
children:
- kind: SubKeyword
text: Sub
- kind: Whitespace
text: " "
- kind: Identifier
text: Test
- kind: ParameterList
children:
- kind: LeftParenthesis
text: (
- kind: RightParenthesis
text: )
- kind: Newline
text: "\n"
- kind: StatementList
children:
- kind: Whitespace
text: " "
- kind: CallStatement
children:
- kind: Identifier
text: ProcessConfig
- kind: Whitespace
text: " "
- kind: Identifier
text: GetSetting
- kind: LeftParenthesis
text: (
- kind: StringLiteral
text: "\"MyApp\""
- kind: Comma
text: ","
- kind: Whitespace
text: " "
- kind: StringLiteral
text: "\"Config\""
- kind: Comma
text: ","
- kind: Whitespace
text: " "
- kind: StringLiteral
text: "\"File\""
- kind: Comma
text: ","
- kind: Whitespace
text: " "
- kind: StringLiteral
text: "\"default.cfg\""
- kind: RightParenthesis
text: )
- kind: Newline
text: "\n"
- kind: EndKeyword
text: End
- kind: Whitespace
text: " "
- kind: SubKeyword
text: Sub
- kind: Newline
text: "\n"