0026
Jump to navigation
Jump to search
IS_FLOAT_VAR_GREATER_THAN_FLOAT_LVAR
Description
- Checks if the floating-point value stored in the global variable is greater than the floating-point value stored in the local variable
Syntax
- 0026: [global var] > [local var]
- [global var] > [local var]
Parameter
- [global var]
- Global variable
- [local var]
- Local variable
Keywords
global, local, variable, var, float, comparison, check, greater