Syntax documentationif_statement Locate this document in the navigation structure

Syntax Syntax

  1. <if_statement> ::=
      IF <search_condition> THEN <statement> [ELSE <statement>]
End of the code.