I've added the ability to have multiple increment statements in for loops
for( int i=0,j=10; i<10; i++,j-- )
{
}
I've included the patches, only a few lines, all tests pass.
I've added the ability to have multiple increment statements in for loops
for( int i=0,j=10; i<10; i++,j-- )
{
}
I've included the patches, only a few lines, all tests pass.
Nice, I'll verify the changes and if everything is OK merge it into the SVN.
Thanks,
Andreas
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
I've included this in revision 2179.
Thanks,
Andreas
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game