Synopsis
The boolean class.c
Implemented in the C language.
Description
The class boolean describes boolean values ("true" or "false" objects) usually result of logic expressions
Note
A boolean converted to string is: "" if the value is false, "true" otherwise