then Stmt
fun LanguageFrontend.thenStmt(needsScope: Boolean = true, init: CompoundStatement.() -> Unit): CompoundStatement
Creates a new CompoundStatement in the Fluent Node DSL and sets it to the IfStatement.thenStatement of the nearest enclosing IfStatement. The init block can be used to create further sub-nodes as well as configuring the created node itself.