JohnEarnest / ok

An open-source interpreter for the K5 programming language.
MIT License
587 stars 72 forks source link

Output fixes #30

Closed refi64 closed 8 years ago

refi64 commented 8 years ago

Basically, without this, 0:("a";"b")` would fail with a JS error, and0` returned an empty symbol (not very useful! :).