C++ Do NOT use Java-like braces Correct: if (apples_dropped > 30) { statement; } Incorrect: if (apples_dropped > 30) { statement; } Indentation is 4 spaces. No hard tabs. Lua [TODO] AngelScript [TODO]