Language documentation | Contents | Index |
Variables are declared using the "var" keyword. All non-initialized variables will be automatically initialized to the number data type and will have the null value (0). |
var x; |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:09 2009 GMT | (c)2009 RadGs Software |