Difference between revisions of "Then"

From Free Pascal wiki
Jump to navigationJump to search
(set up redirect to If and Then: “then” only occurs in conjunction with “if”)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{then}}
+
#REDIRECT [[If and Then]]
<br>
 
[[Keyword]] precieded by [[If|if]] and followed by [[Else|else]]
 
  if (condiction)
 
  then (action)
 
  else (action);.
 
 
 
{{Keywords}}
 
[[category:Pascal]]
 
[[Category:Control Structures]]
 

Latest revision as of 15:40, 12 October 2018

Redirect to: