namespace
fun LanguageFrontend<*, *>.namespace(name: CharSequence, init: NamespaceDeclaration.() -> Unit): NamespaceDeclaration
Creates a new NamespaceDeclaration in the Fluent Node DSL with the given name. The declaration will be set to the ScopeManager.globalScope. The init block can be used to create further sub-nodes as well as configuring the created node itself.