mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

need support for unary + #10

Open mhaupt opened 8 months ago

mhaupt commented 8 months ago

An expression like "C=+1" should be just as valid as "C=-1", but unary + is currently not allowed.