py: Improve range: add len, subscr, proper print.
Can now index ranges with integers and slices, and reverse ranges (although reversing is not very efficient). Not sure how useful this stuff is, but gets us closer to having all of Python's builtins.
Please register or sign in to comment