JohnEarnest / ok

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

repl drops first 2 chars when assigning f1/f2/' to a variable #3

Closed buffis closed 9 years ago

buffis commented 9 years ago

+/+/' ((2 3);(3 5)) 13 f:+/+/' +/' f ((2 3);(3 5)) 5 8

Produces 13 in Kona and kdb

JohnEarnest commented 9 years ago

Thanks for the bug report! Your example works as expected now. Are there any similar cases which appear to be broken?

buffis commented 9 years ago

Nha, seems to work now!