HashLDash / Photon

Lightning fast and portable programming language!
GNU General Public License v2.0
68 stars 10 forks source link

Support for negative numbers #161

Closed HashLDash closed 6 months ago

HashLDash commented 6 months ago

a = -1 # doesn't work a = 0-1 # works