Do
From Free Pascal wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
español (es) │
suomi (fi) │
français (fr) │
русский (ru) │
The do
keyword is a reserved word that is only used in conjunction with other keywords.
occurences
The keyword do
usually separates a language construct from an associated (compound) statement.
- loops
- identifier scope lookup routing:
with
…do
- exception handling:
try
…except
on
…do
- in extended Pascal the start of initialization and finalization parts of a module:
to begin do …;
andto end do …;
Keywords: begin — do — else — end — for — if — repeat — then — until — while