Multiple choice technology programming languages

In an EVALUATE statement, the order of the WHEN clause is significant.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The EVALUATE statement evaluates all WHEN clauses independently, similar to a case statement, so the order does not affect which clause matches. Therefore the statement about order being significant is false, making the ‘False’ option the correct answer.