---
source: src/syntax/library/functions/string/formatcurrency.rs
expression: tree
---
root:
kind: Root
children:
- kind: Newline
text: "\n"
- kind: CallStatement
children:
- kind: Identifier
text: MsgBox
- kind: Whitespace
text: " "
- kind: StringLiteral
text: "\"Total: \""
- kind: Whitespace
text: " "
- kind: Ampersand
text: "&"
- kind: Whitespace
text: " "
- kind: Identifier
text: FormatCurrency
- kind: LeftParenthesis
text: (
- kind: Identifier
text: total
- kind: RightParenthesis
text: )
- kind: Newline
text: "\n"