isaacg1 / pyth

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

memorized is broken #88

Closed jakobkogler closed 9 years ago

jakobkogler commented 9 years ago

Neither L, M nor .N works. Probably because of the recent changes with the assign opperator. The following error occurs:

Traceback (most recent call last):
  File "pyth.py", line 498, in <module>
    exec(py_code_line, environment)
  File "<string>", line 1, in <module>
NameError: name 'memoized' is not defined
isaacg1 commented 9 years ago

Fixed.