ARK/Switch

From EncyclopAtys

< ARK
Jump to: navigation, search
en:ARK/Switch
fr:ARK/Switch
 
UnderConstruction.png
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

Arrow switch.png Function name : weCSwitch_v2

This function allows 10 conditional branches + 1 default based on a value supplied as the first parameter of comparison.

WeCSwitch window
  • 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, guide
Last version 2019-01-22•