Then/fr

From Lazarus wiki
Revision as of 07:23, 15 November 2016 by E-ric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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