Difference between revisions of "Then/ru"

From Free Pascal wiki
Jump to navigationJump to search
(Created page with "{{then}} <br> '''then''' является ключевым словом, которому предшествует '''if''' или необязате...")
 
Line 15: Line 15:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
{{Keywords}}
+
{{Keywords/ru}}

Revision as of 21:22, 23 January 2018

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

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

if (condition) then 
  (action);


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


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