Manuals/calci/TRUE
Jump to navigation
Jump to search
TRUE()
Description
- TRUE() function can be used to get the logical value TRUE.
- It requires no input argument. You can simply enter this function and it will return TRUE.
- Logical value of FALSE is '0'. Logical value of TRUE is '1'.
- TRUE() can be used in integration with other function for evaluation.
- TRUE Function is mainly provided for compatibility with the spreadsheet program.
Examples
- TRUE = true
- TRUE + 3 = 4
- TRUE + TRUE + TRUE = 3
Related Videos
See Also
References