---
source: src/syntax/library/functions/math/round.rs
expression: tree
---
root:
kind: Root
children:
- kind: Newline
text: "\n"
- kind: CallStatement
children:
- kind: Identifier
text: Debug
- kind: PeriodOperator
text: "."
- kind: PrintKeyword
text: Print
- kind: Whitespace
text: " "
- kind: Identifier
text: Round
- kind: LeftParenthesis
text: (
- kind: Identifier
text: value
- kind: Comma
text: ","
- kind: Whitespace
text: " "
- kind: IntegerLiteral
text: "4"
- kind: RightParenthesis
text: )
- kind: Newline
text: "\n"