IF: Difference between revisions
Jump to navigation
Jump to search
(Created page with "IF...THEN statements make boolean (true or false) evaluations to automate program decision making. {{PageSyntax}} ===Single-line=== : IF {{Parameter|conditionStatement}} THEN ''{code}'' ELSE ''{alternativeCode}'' : IF {{Parameter|conditionStatement}} GOTO ''lineLabel'' ===Block=== : IF {{Parameter|conditionStatement}} THEN :: ''{code}'' :: ⋮ : ELSEIF {{Parameter|conditionStatement2}} THEN :: ''{code}'' :: ⋮ : ELSE :: ''{...") |
(Redirected page to IF...THEN) Tag: New redirect |
||
Line 1: | Line 1: | ||
[[IF...THEN]] | #REDIRECT [[IF...THEN]] | ||
Latest revision as of 17:11, 3 August 2022
Redirect to: