[Scarpet] Splitting an empty string returns an iterable list
altrisi opened this issue ยท 2 comments
split('') -> []
length(split('')) -> 1
for(split(''),
print(_); -> '' (probably, didn't check type, but prints the empty line once)
);
Is this intended?
Carpet 1.4.21