0043
Jump to navigation
Jump to search
Description
- Checks if the floating-point value stored in the local variable is equal to the floating-point number
Syntax
- 0043: [local var] == [flt]
- [local var] == [flt]
Parameter
- [local var]
- Local variable
- [flt]
- Floating-point value
Keywords
local, variable, var, float, comparison, check, equal
See also
- 0042 – checks if the float value in the global 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