Entering content frame

Syntax documentation simple_case_function Locate the document in the library structure

<simple_case_function> ::=
  CASE <check_expression>
    WHEN <search_expression> THEN <result_expression>
      [...]
    [ELSE <default_expression>]
  END

 

Leaving content frame