diff --git a/language/control-structures.xml b/language/control-structures.xml index a4131d959d..ed4bf14158 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -842,7 +842,8 @@ while ($i++ < 5) { same thing, one using a series of if and elseif statements, and the other using the switch statement: - + + <literal>switch</literal> structure ]]> - - + + + <literal>switch</literal> structure allows usage of strings ]]> - + It is important to understand how the switch