The descriptions of commands in this manual show "true (1) or false (0)'' as a shortened notation. It is important to remember that the BASIC+ language actually considers the following values true or false:
* true = Anything except null or zero;
* false = Null (a string with 0 length), or zero.