switch
Example: switch |
Used to control conditional operations. Control passes to the operation whose case statement matches the value of switch(expression).
switch ( variable )
{
case const:
statements...;
default:
statements...;
}
Example: switch |
Used to control conditional operations. Control passes to the operation whose case statement matches the value of switch(expression).
switch ( variable )
{
case const:
statements...;
default:
statements...;
}
Tips to improve your search results...
VuGen Function ReferenceVersion 25.1Function Reference25.1AllView Local Help CenterView Online Help CenterVersion: