// +1 = Java, -1 = English, 0 = not sure static int ai_javaOrEnglish(S s) { ret tok_parseFunctionCall(s) != null ? 1 : -1; }