Difference between revisions of "Then"

From Lazarus wiki
Jump to navigationJump to search
m
(set up redirect to If and Then: “then” only occurs in conjunction with “if”)
 
Line 1: Line 1:
{{then}}
+
#REDIRECT [[If and Then]]
<br>
 
'''then''' is a  [[Keyword|keyword]] preceded by [[If|if]] and optionally followed by [[Else|else]]
 
 
 
<syntaxhighlight>
 
if (condition) then
 
  (action);
 
</syntaxhighlight>
 
<br>
 
<syntaxhighlight>
 
if (condition) then
 
  (action)
 
else
 
  (action);
 
</syntaxhighlight>
 
 
 
{{Keywords}}
 

Latest revision as of 15:40, 12 October 2018

Redirect to: