Difference between revisions of "Do/es"

From Lazarus wiki
Jump to navigationJump to search
m
 
Line 8: Line 8:
  
 
= [[While]] do =
 
= [[While]] do =
<syntaxhighligh lang=pascalt>
+
<syntaxhighlight lang=pascal>
 
   while a > b do
 
   while a > b do
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 05:29, 31 January 2020

Deutsch (de) English (en) español (es) suomi (fi) français (fr) русский (ru)

Do es una keyword que se utiliza con otras keywords, tales como for, to, while etc...

For to do

Try except on do end

While do

  while a > b do

With do


Keywords: begindoelseendforifrepeatthenuntilwhile