To

From Lazarus wiki
Revision as of 00:50, 25 March 2012 by Vincent (talk | contribs) (Text replace - "Delphi>" to "syntaxhighlight>")
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

For to do

var I:integer;
begin
 For I :=1 to 10000 do
    //...
End.