Currently, the parser tries to parse -. as a number, which is a bit of a problem if one tries to do something like
-.
[2 4] [4 5] [3 7] .-.+
Nevemind, .m.+ seems to work. Took me a while to make the connection.
.m.+
Log in to post a comment.
Nevemind,
.m.+
seems to work. Took me a while to make the connection.