Difference between revisions of "Do"

From Lazarus wiki
Jump to navigationJump to search
(add “to begin do …;” and “to end do …;”)
m (→‎occurences: link article statement)
Line 4: Line 4:
  
 
== occurences ==
 
== occurences ==
<syntaxhighlight lang="pascal" inline>do</syntaxhighlight> usually separates a language construct from an associated (compound) statement.
+
<syntaxhighlight lang="pascal" inline>do</syntaxhighlight> usually separates a language construct from an associated (compound) [[statement]].
  
 
* loops
 
* loops

Revision as of 22:28, 19 October 2019

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

do is a reserved word that is only used in conjunction with other keywords.

occurences

do usually separates a language construct from an associated (compound) statement.


Keywords: begindoelseendforifrepeatthenuntilwhile