jweinst1 / Oblivion

The language of Art
https://jweinst1.github.io/OblivionWebsite/
MIT License
413 stars 16 forks source link

`pop(0)` does not give an error #4

Closed FascinatedBox closed 7 years ago

FascinatedBox commented 7 years ago

Invoking

pop(0) should, perhaps, mention that pop expects a list. An error is properly thrown, but the contents of the error are empty.

jweinst1 commented 7 years ago

Fixed