master
Daniel Kolesa 2016-08-08 21:46:04 +01:00
parent f618bf2367
commit d4f64f9fd3
1 changed files with 1 additions and 1 deletions

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));
});