word

fun <S> LiteralNode<S>.word(name: String, block: ArgumentNode<S, String>.() -> Unit)

Adds a single-word string argument. @see KContext.word


fun <S> KContext<S>.word(name: String): String

Returns the string value. Alias for string. @see LiteralNode.word