Hi. This is a really crucial question that I've been asking myself (and half-answering with "No, of COURSE NOT! But then again..." ).

I've heard so much talk about this Lite-C business for A7. Is this going to be the primary scripting language, with C-Script being the underdog?

Please reply, because I'm still learning C-Script and I'm just getting the hang of it, and I don't want to have to learn an entirely new syntax.


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