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

For to do

<syntaxhighlight> var I:integer; begin

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

End. </Delphi>