Open TiZ-HugLife opened 9 years ago
Can you try to reduce that code to a minimal sample? It is really hard to pin point what is going wrong there.
Seems like this is enough to reproduce it: http://try.thx-lib.org/#Cd0F4
If you remove the .toString()
in the trace()
, it outputs the correct number.
Thanks, it is a precedence issue. Will fix it.
I'm still trucking along in learning Haxe by doing /r/dailyprogrammer challenges. One of the minis for the week has me calculate the number of "ramp numbers" less than a given number. This program should solve it:
However, when I run the generated bin through the cpp build, I get a time:
1969-12-31 19:00:00
And when I build with neko and run that, I get a crash...Do you have any ideas in regards to this weirdness?