If and Then

From Lazarus wiki
Revision as of 17:45, 10 January 2007 by Swen (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This keyword preciedes a condition, is required to be followed by then and may be followed by else.

 if (condiction)
 then (action)
 else (action);.



Keywords: begindoelseendforifrepeatthenuntilwhile