isaacg1 / pyth

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

.q docs are out of date. #98

Closed orlp closed 9 years ago

orlp commented 9 years ago

Look at the current docs for .q:

sys.exit(0). Exits the program immediately, except within #, where it breaks but does not exit.

It's outdated, since .q has been fixed with https://github.com/isaacg1/pyth/issues/53.

isaacg1 commented 9 years ago

Fixed.