$END IF: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''$IF''' is precompiler metacommand, which determines which sections of code inside its blocks are included into the final code for compliing. {{PageSyntax}} :$IF variable = expression THEN :. :$ELSEIF variable = expression THEN :. :$ELSE :. :$END IF * $IF is the start of a precompiler code block which includes or excludes sections of code from being compiled. * There is no single line $IF statement. $IF must be in a valid $IF THEN.....") |
(Redirected page to $IF) Tag: New redirect |
||
Line 1: | Line 1: | ||
#REDIRECT [[$IF]] | |||
Revision as of 14:36, 11 June 2022
Redirect to: