Difference between revisions of "If and Then"

From Lazarus wiki
Jump to navigationJump to search
 
m
Line 1: Line 1:
This [[keyword]] preciedes a condition, is required to be followed by [[then]] and may be followed by [[else]].
+
This [[keyword]] preciedes a condition, is required to be followed by [[Then|then]] and may be followed by [[Else|else]].
  
 
   if (condiction)
 
   if (condiction)
Line 7: Line 7:
  
 
{{Keywords}}
 
{{Keywords}}
 
{{Stub}}
 

Revision as of 17:45, 10 January 2007

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