Hacker News new | ask | show | jobs
by ectoplasmaboiii 2295 days ago
I believe they have fixed it. I just did the following:

  q)a: 1 2 3 0N 3 4
  q)sum a
  13
  q)+/[a]
  13