24.11.2012, 00:26
Today I met with the same problem, my reason was that I used ( ) instead of { }
like
if(a == 1) ( print("a is 1"; } compiler will crash, because of ( where should be {, at least for me it did.
like
if(a == 1) ( print("a is 1"; } compiler will crash, because of ( where should be {, at least for me it did.