Y
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
packetslave
3079 days ago
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.
link
trygvis
3078 days ago
Oops, guess I read it a bit too fast.
link