
-RandomF() for floating point randomness
-Random(from,to) instead of from+Random(max)
-Hex(RGB()) & Hex(RGBA()) currently for some reason returns $BBGGRR, instead of $RRGGBB!!! - fix?
-Forward referencing of Globals, and Procedures (making Declare obsolete) / multipass compiler
-Protected ForEach, to avoid linked-list itterator clashes in nested procedures
Edit: I know these have workarounds... I'm not asking for code in this thread. these are feature requests. Thanks!