单项选择题

下列for循环的次数是()
a:=true;
b:=false;
for I:=a to b do write(i);

A.0
B.1
C.3
D.4