This runs with no problem: ``` js var 動 = 1; var Ы = 2; alert(動+Ы); ``` But CodeRay thinks there's errors. (Hey, so does Github!)