Bool Data Type
Use signed int to replace the bool type. The value 0 indicates false, and a non-zero value indicates true.
Parent topic: User-defined Data Types and Ranges
Use signed int to replace the bool type. The value 0 indicates false, and a non-zero value indicates true.