S
sweetychild
Unregistered / Unconfirmed
GUEST, unregistred user!
IF X=100 then
y:=y+1;
z:=z+1;
else begin
y:=y+5;
z:=z+6;
end;
运行时系统总是说ELSE前不能有;号,可是天哪,没有分号我写什么语句啊?
y:=y+1;
z:=z+1;
else begin
y:=y+5;
z:=z+6;
end;
运行时系统总是说ELSE前不能有;号,可是天哪,没有分号我写什么语句啊?