literal

fun <N> LanguageFrontend<*, *>.literal(value: N, type: Type = unknownType()): Literal<N>

Creates a new Literal in the Fluent Node DSL and invokes ArgumentHolder.addArgument of the nearest enclosing Holder, but only if it is an ArgumentHolder.