Translation to review
Don't blame the contributors, but come and help them 😎
Reference text ( Maintained text, used as reference ) :
Notes: (Zorroargh, 2019-01-20)
Check Datas
|
Function name: weCDatas
|
This function is the equivalent of a logical test: if Value compared with testValue by testFunction is TRUE then make valideAction else failAction .
- 1) Left value to be checked.
- 2) Kind of test (==, !=, <, >, <=, >=)
- 3) Right value of the test
- 4) Action if the test is "True".
- 5) Action if the test is "False".
- 6) [commun] Internal name of the function. This name is used especially for jumps, loops ...
←ARK, guide