Then/fr

From Free Pascal wiki
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