Recently Posted




Notice: SSI.php was unable to load a session! This may cause problems with logout and other functions - please make sure SSI.php is included before *anything* else in all your scripts! in /home/tutorial/public_html/mathforum/SSI.php on line 155

case

case SWITCH statement .
is part of the SWITCH statement syntax, whose general form is:

SWITCH switch_expr
case_expr,
statement, …, statement
{case_expr1, case_expr2, case_expr3,…}
statement, …, statement

OTHERWISE,
statement, …, statement
END

See SWITCH for more details.

Tags: ,