Opened 9 years ago

Last modified 9 years ago

#3068 closed Bug

Documentation fix: Switch — at Version 1

Reported by: Nutster Owned by:
Milestone: 3.3.15.0 Component: Documentation
Version: 3.3.14.0 Severity: None
Keywords: Switch Cc:

Description (last modified by Nutster)

"If no cases match the Switch value, then the Case Else section, if present, is executed. If no cases match and Case Else is not defined, then none of the code inside the Switch structure, other than the condition, will be executed."

This is the only place that the initial express is referred to as a condition. The sentence should be:

"If no cases match the Switch value, then the Case Else section, if present, is executed. If no cases match and Case Else is not defined, then none of the code inside the Switch structure, other than the initial expression, will be executed."

Man, I wrote Switch more than 10 years ago; has this mistake been in here all that time?

Change History (1)

comment:1 Changed 9 years ago by Nutster

  • Description modified (diff)
  • Keywords Switch added
Note: See TracTickets for help on using tickets.