KevinScript
KevinScript copied to clipboard
Strange error message when using list comp on un-iterable object.
>>> [i for i in 1];
'items'
This should instead produce the same error message as when you do for(i in 1){i;};
. E.g. Can't iterate over type Integer with no
sizefunction