---
source: src/syntax/library/functions/datetime/now.rs
expression: tree
---
root:
kind: Root
children:
- kind: Newline
text: "\n"
- kind: CallStatement
children:
- kind: Identifier
text: MsgBox
- kind: Whitespace
text: " "
- kind: StringLiteral
text: "\"Current time is: \""
- kind: Whitespace
text: " "
- kind: Ampersand
text: "&"
- kind: Whitespace
text: " "
- kind: Identifier
text: Now
- kind: Newline
text: "\n"