写写程序,一种成就的感觉

写写程序,一种成就的感觉

导航

2010年2月20日

摘要: inc(x,y)var x,y:integer;x:=0;for y:=0 to 100 do  inc(y,2);这样会报错,为什么,我也不清楚,英文文档,看不懂但改成x:=0;for y:=0 to 100 do  inc(x,2); 阅读全文

posted @ 2010-02-20 10:03 hateyoucode 阅读(197) 评论(0) 推荐(0)