To

From Lazarus wiki
Revision as of 15:48, 24 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

<syntaxhighlight> var I:integer; begin

For I :=1 to 10000 do
   //...

End. </Delphi>