Else

From Lazarus wiki
Revision as of 21:24, 9 January 2007 by Swen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
 keyword wich introduces the action to do if the condition is false.
 if (condiction)
 then (action)
 else (action);


Keywords: begindoelseendforifrepeatthenuntilwhile