mlochbaum / BQN

An APL-like programming language

Home Page:https://mlochbaum.github.io/BQN/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VM docs for `+` don't mention monadic case

ashermancinelli opened this issue · comments

The runtime section of the VM docs mention that the + operator needs to work on two atoms, but I believe this should say "one or two atoms" just like - since the JS VM fails when the monadic case is not handled.