Algebrite.run('dot(1,dot(2,3,4))') yields to "Stop: cons?" while e.g. Algebrite.run('dot(1,2,3,4)')as well as Algebrite.run('dot(1,dot(2,3))') works fine.
So having a "dot" with at least 3 arguments inside another "dot" seems to cause returning the error.
Algebrite.run('dot(1,dot(2,3,4))')
yields to "Stop: cons?" while e.g.Algebrite.run('dot(1,2,3,4)')
as well asAlgebrite.run('dot(1,dot(2,3))')
works fine. So having a "dot" with at least 3 arguments inside another "dot" seems to cause returning the error.