xtjoeytx / GServer-v2

GNU General Public License v3.0
7 stars 10 forks source link

Unable to define constants with negative values #82

Open tricxta opened 1 year ago

tricxta commented 1 year ago

As the title says, the following can't be compiled: const SOME_VAR = -0.1;

xtjoeytx commented 1 year ago

Resolved for negative numbers, need to resolve for negative decimal numbers