Difference between revisions of "Then/fr"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "{{then}} <br> '''then''' est un mot-clé précédé par if et suivi facultativement par else <syntaxhighlight> if (condition) then (ac...")
 
m
Line 1: Line 1:
 +
 
{{then}}
 
{{then}}
 
<br>
 
<br>

Revision as of 08:24, 15 November 2016

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

then est un mot-clé précédé par if et suivi facultativement par else

if (condition) then 
  (action);


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


Keywords: begindoelseendforifrepeatthenuntilwhile