< ARK(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Translation to review
Don't blame the contributors, but come and help them 😎
Reference text ( Maintained text, used as reference ) :
Notes: (Zorroargh, 2019-01-22)
Switch
|
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 ...
←ARK, guideLast version 2019-01-22•
ᐒ