inside [example](https://github.com/AmokHuginnsson/replxx/blob/1f149bfe20bf6e49c1afd4154eaf0032c8c2fda2/examples/cxx-api.cxx#L570) there is code like `input.compare(0, 5, ".exit")` Why not just `input.compare(".exit")` ?
inside example there is code like
input.compare(0, 5, ".exit")Why not just
input.compare(".exit")?