Hacker News new | ask | show | jobs
by trygvis 3079 days ago
Aaw, this would have been great if it didn't use `eval`, but just executed `+`, `-` etc directly.
1 comments

It doesn't use the built-in eval(). There's a local function in the code named "eval" that executes the operation -- not the best choice of names, really.
Oops, guess I read it a bit too fast.