I think I'll stay put, too. I don't like the idea of having to learn a whole new syntax (Lite-C). I'm still learning the finer points of C-Script!

I might get an early A7 version, but once C-Script is gone, I'm staying with the latest version with the C-Script compiler.

Well, that is until if and when I finally do adjust to the winds of change, .

Last edited by MrCode; 06/12/07 03:50.

Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}