---
source: src/syntax/library/functions/resources/loadresstring.rs
expression: tree
---
root:
kind: Root
children:
- kind: Newline
text: "\n"
- kind: Whitespace
text: " "
- kind: CallStatement
children:
- kind: Identifier
text: MsgBox
- kind: Whitespace
text: " "
- kind: Identifier
text: LoadResString
- kind: LeftParenthesis
text: (
- kind: IntegerLiteral
text: "2001"
- kind: RightParenthesis
text: )
- kind: Comma
text: ","
- kind: Whitespace
text: " "
- kind: Identifier
text: vbCritical
- kind: Newline
text: "\n"
- kind: Whitespace
text: " "