June 1st, 2009added ternary conditional expression operator ?:
· added catch, finally and throw to try
· added 'new' to control behaviour of object constructor functions
· fixed odbc data retrieval
· added string.itoa and string.atoi function pair
· added foreach (x in y) loops
· added to stringcharacter mapping
· added 'this' between local and global var lookups to create a transparent illusion of oo support
· moved 'this' from the last function argument to the first to fix bug with missing args
· added === operator for strict comparisons
· fixed explicit variable declaration of locals when matching globals exist