单项选择题

以下不正确的单行结构条件语句是()。

A.If x<0 Then y=2*x-1: Write(x) End If
B.If x>y Then Write(x>y)
C.If x Then t=t*x
D.If x Mod 3=2 Then Write(x)