great, thanks. what about string(0)?
there is one reference like that in src/operators.c line 4304: if(sp[-1].u.string->size_shift) { bad_arg_error("`~", sp-1, 1, 1, "string(0)", sp-1, "Expected 8-bit string.\n"); }
this seems rather odd...
greetings, martin.