Logical Values

A logical value is a "true" or "false" value. A false value is indicated by the number "0". A true value is indicated by any valid number other than 0, (typically a "1").

In VTS, a logical value may also be referred to as a "status value" or more commonly, as a "Boolean".