Then/ru

From Free Pascal wiki
Revision as of 07:04, 1 March 2020 by GAN (talk | contribs) (Fixed syntax highlighting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Deutsch (de) English (en) français (fr) русский (ru)

then является ключевым словом, которому предшествует if или необязательное ключевое слово else

if (condition) then 
  (action);


if (condition) then 
  (action)
else 
  (action);


Ключевые слова: begindoelseendforifrepeatthenuntilwhile