0042
Jump to navigation
Jump to search
Description
- Checks if the floating-point value stored in the global variable is equal to the floating-point number
Syntax
- 0042: [global var] == [flt]
- [global var] == [flt]
Parameter
- [global var]
- Global variable
- [flt]
- Floating-point value
Keywords
global, variable, var, float, comparison, check, equal
See also
- 0043 – checks if the float value in the local var is equal to the float number
- 0044 – checks if the float value in the global var is equal to the float value in the global var
- 0045 – checks if the float value in the local var is equal to the float value in the local var
- 0046 – checks if the float value in the global var is equal to the float value in the local var