Difference between revisions of "Else"

From Free Pascal wiki
Jump to navigationJump to search
m
 
m
Line 1: Line 1:
   [[keyword]] wich introduces the action to do if the condition is false.
+
   [[Keyword|keyword]] wich introduces the action to do if the condition is false.
   if (condiction)
+
   if (condition)
 
   then (action)
 
   then (action)
 
   else (action);
 
   else (action);
  
 
{{Keywords}}
 
{{Keywords}}

Revision as of 12:31, 17 January 2007

 keyword wich introduces the action to do if the condition is false.
 if (condition)
 then (action)
 else (action);


Keywords: begindoelseendforifrepeatthenuntilwhile