Page 1 of 1

[Implemented] "Global" Syntax for PB4

Posted: Thu Nov 17, 2005 3:11 pm
by naw
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)