This commit is contained in:
q66 2016-08-08 21:46:04 +01:00
parent f618bf2367
commit d4f64f9fd3

View file

@ -77,7 +77,7 @@ void cs_init_lib_string(CsState &cs) {
cs.result->set_mstr(conc(args, true));
});
cs.add_command("concatworld", "V", [&cs](TvalRange args) {
cs.add_command("concatword", "V", [&cs](TvalRange args) {
cs.result->set_mstr(conc(args, false));
});