BlockNode

fun BlockNode(statements: List<StatementNode>, sourceLocation: SourceLocation, comment: String? = null)
fun BlockNode(vararg statements: StatementNode, sourceLocation: SourceLocation, comment: String? = null)