$IF: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 November 2024

17 November 2024

28 March 2023

27 March 2023

26 March 2023

23 January 2023

22 January 2023

25 November 2022

13 June 2022

11 June 2022

19 April 2022

  • curprev 06:1106:11, 19 April 2022SMcNeill talk contribs 3,139 bytes +3,139 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....."