Command.word

The command word, without spaces. Mutator.

Upon setting this the word is also converted to lowercase. Because we define this explicit function we need not rely on UnderscoreOpDispatcher.

struct Command
ref
word
(
const string word
)

Parameters

word string

New command word.

Return Value

Type: auto ref

A this reference to the current struct instance.