guides:programming:programmers_reference_manual:true_and_false

True and False

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.

  • guides/programming/programmers_reference_manual/true_and_false.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1