Switch
WIP
in Arbeit -
work in progress -
trabajo en curso -
travaux en cours -
незавершенное
|
Function name : weCSwitch_v2
|
This function allows 10 conditional branches + 1 default based on a value supplied as the first parameter of comparison.
- 1) Left value to be checked.
- 2) Kind of test (==, !=, <, >, <=, >=)
- 3) Right value of the test
- 4) Action if the test is "True". The last line gives the default action, ie when all the previous tests were given "False".
- 5) [commun] Internal name of the function. This name is used especially for jumps, loops ...
←ARCC Guide EN