mfichman / jogo

High(er) performance compiled programming language with clean, powerful syntax
MIT License
6 stars 1 forks source link

Constants are not loaded correctly #60

Closed mfichman closed 11 years ago

mfichman commented 11 years ago

For example:

VISIBLE = 0x0400

When VISIBLE is read by main() and VISIBLE is defined in a separate module, the result is 0, not 0x0400.