- This wiki is out of date, use the continuation of this wiki instead
0.84a
From FenixWiki
(Difference between revisions)
Revision as of 16:07, 30 December 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Revision as of 01:49, 10 January 2008 (edit) (undo) 85.144.194.29 (Talk) (→Bugs) Next diff → |
||
Line 12: | Line 12: | ||
* Comments before [[precompiler]] statements give an error (fixed in [[0.93]]) | * Comments before [[precompiler]] statements give an error (fixed in [[0.93]]) | ||
* Precompiler statement [[Precompiler_else|#else]] doesn't work properly (fixed in [[0.93]]) | * Precompiler statement [[Precompiler_else|#else]] doesn't work properly (fixed in [[0.93]]) | ||
+ | * The first [[rand]]() statement in a program returns the same number every execution of the program if the difference between lower and upper bound is relatively small, for example 20. (<b>unfixed</b>) | ||
== Changelog == | == Changelog == |
Revision as of 01:49, 10 January 2008
Fenix 0.84a.
Note that there is a newer version available and it is recommended that one is used.
Download
Bugs
There are multiple bugs known to exist in Fenix 0.84a:
- The first local variable to be declared by the user will get corrupt. (fixed in 0.86)
- Comments before precompiler statements give an error (fixed in 0.93)
- Precompiler statement #else doesn't work properly (fixed in 0.93)
- The first rand() statement in a program returns the same number every execution of the program if the difference between lower and upper bound is relatively small, for example 20. (unfixed)