isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
262 stars 57 forks source link

Integer to range for argument to .p, .P. #100

Closed orlp closed 9 years ago

orlp commented 9 years ago

Just like everywhere else, if an integer is given as an argument to .p or .P it should turn it into a range.

isaacg1 commented 9 years ago

Seems good to me.

isaacg1 commented 9 years ago

Fixed.