Description

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:

Syntax

  • true =A anything except null or zero;
  • false = null (a string with 0 length), or zero.
  • No labels