declareVar
fun LanguageFrontend<*, *>.declareVar(name: String, type: Type, init: VariableDeclaration.() -> Unit? = null): DeclarationStatement
Creates a new DeclarationStatement in the Fluent Node DSL. The init block can be used to create further sub-nodes as well as configuring the created node itself.