isaacg1 / pyth

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

"J and K don't need equals sign" #174

Closed vendethiel closed 8 years ago

vendethiel commented 8 years ago

From the tutorial

But if you only need one variable, it’s better to use K or J which don’t need an equals sign to be assigned to:

It seems in practice, it's only true on the first assignment, and that confused me. It's said in the docs, but the tutorial might want to be updated on that particular point?

Thanks!

isaacg1 commented 8 years ago

Fixed.