VariableDeclaration

fun VariableDeclaration(    identifier: Identifier,     type: Type,     expression: Expression,     isConst: Boolean)