It would be nice if a Global could be declared and its value set in one *operation*:
Global MYGLOBAL.s="1234"
The current syntax should be maintained of course for compatability:
Global MYGLOBAL.s: MYGLOBAL.s="1234"
Not the most significant request (compared to the lack of STDIN support for instance)