3.1.1 Boolean¶
boolean is represented differently on each platform by using its system type:
Windows |
BOOL |
---|---|
macOS |
bool |
Linux |
bool |
boolean is represented differently on each platform by using its system type:
Windows |
BOOL |
---|---|
macOS |
bool |
Linux |
bool |