Difference between revisions of "Then"

From Free Pascal wiki
Jump to navigationJump to search
m (Spelling fix)
(set up redirect to If and Then: “then” only occurs in conjunction with “if”)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{then}}
+
#REDIRECT [[If and Then]]
[[Keyword]] preceded by [[If|if]] and followed by [[Else|else]]
 
<syntaxhighlight>
 
  if (condition)
 
  then (action)
 
  else (action)
 
</syntaxhighlight>
 
{{Keywords}}
 
[[category:Pascal]]
 
[[Category:Control Structures]]
 

Latest revision as of 15:40, 12 October 2018

Redirect to: