Meaning switch statement
What does switch statement mean? Here you find 3 meanings of the word switch statement. You can also add a definition of switch statement yourself

1

0 Thumbs up   0 Thumbs down

switch statement


A switch statement, in C#, is a selection statement that allows for the transfer of program control to a statement list with a switch label that corresponds to the value of the switch expression. A sw [..]
Source: techopedia.com

2

0 Thumbs up   0 Thumbs down

switch statement


A program technique that lets you evaluate an expression and then, based on the value of the expression, do a multiway branch to the appropriate piece of code for that value. Also called a "case structure", named after the similar Pascal construct. Most switch statements in Perl are spelled for. See "Case Structures" in Chapter [..]
Source: archive.oreilly.com (offline)

3

0 Thumbs up   0 Thumbs down

switch statement


A program technique that lets you evaluate an expression
Source: perldoc.perl.org




<< switch cluster symbolic debugger >>