language:
Find link is a tool written by Edward Betts.searching for switch statement 13 found (67 total)
alternate case: Switch statement
CFScript
(550 words)
[view diff]
no match in snippet
view article
find links to article
CFScript is an extension of CFML on the ColdFusion platform. CFScript resembles JavaScript. Some ColdFusion developers prefer it since it has less visualDefault (computer science) (721 words) [view diff] exact match in snippet view article
specifications. In C and programming languages based on its syntax, the switch statement (which dispatches among a number of alternatives) can make use of theC Sharp syntax (10,557 words) [view diff] exact match in snippet view article find links to article
end point } The break statement breaks out of the closest loop or switch statement. Execution continues in the statement after the terminated statementInterpreter (computing) (4,585 words) [view diff] exact match in snippet view article
Rather than implement the execution of code by virtue of a large switch statement containing every possible bytecode, while operating on a software stackMcCarthy Formalism (1,132 words) [view diff] exact match in snippet view article find links to article
demonstration that the nested IF-THEN-ELSE—the "case statement" (or "switch statement")--is primitive recursive can be found in Kleene 1952:229 at "#F ('mutually-exclusiveSockstress (2,174 words) [view diff] exact match in snippet view article find links to article
at the payload.c file in the sockstress source. Look for the hport switch statement. In that section you can specify payloads to be sent to specific portsLine clipping (735 words) [view diff] exact match in snippet view article find links to article
classified by which portion of the 9-area grid they occupy. A large switch statement jumps to a specialized handler for that case. In contrast, Cohen–SutherlandModified condition/decision coverage (1,198 words) [view diff] exact match in snippet view article find links to article
a month (excluding leap years) could be achieved by using either a switch statement or by using a table with an enumeration value as an index. The numberLoop unrolling (3,378 words) [view diff] exact match in snippet view article find links to article
index by amount processed in one go */ i += BUNCHSIZE; } /* Use a switch statement to process remaining by jumping to the case label */ /* at the labelIndentation style (5,529 words) [view diff] exact match in snippet view article find links to article
same line as the control clause, separated by a space Labels in a switch statement are aligned with the enclosing block (there is only one level of indents)Protel (1,110 words) [view diff] no match in snippet view article find links to article
and contains one or more modules. There are 2 forms of the case (switch) statement. Using the CASE keyword uses a jump table and SELECT uses sequentialALGOL 68 (10,055 words) [view diff] exact match in snippet view article find links to article
the inherently bracketing constructs known as block, do statement, switch statement in other contemporary languages. When keywords are used, generallyABAP (4,460 words) [view diff] exact match in snippet view article find links to article
Extensibility (Unmanaged) Associations 7.40 SP05 "Simple" CASE (behaves like switch statement) Nested CASE statements $EXTENSION.* (support for database table extensions)