fix bad error message on /⁼3‿3⥊0
This commit is contained in:
parent
7eb60d4ec1
commit
0319be27ea
@ -845,7 +845,7 @@ B slash_c2(B t, B w, B x) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
B slash_im(B t, B x) {
|
B slash_im(B t, B x) {
|
||||||
if (!isArr(x) || RNK(x)!=1) thrM("/⁼: Argument must be an array");
|
if (!isArr(x) || RNK(x)!=1) thrM("/⁼: Argument must be a list");
|
||||||
u8 xe = TI(x,elType);
|
u8 xe = TI(x,elType);
|
||||||
usz xia = IA(x);
|
usz xia = IA(x);
|
||||||
if (xia==0) { decG(x); return emptyIVec(); }
|
if (xia==0) { decG(x); return emptyIVec(); }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user