FreeBASIC - Logical constant - true: true
Logical constant - true is used as follows:true
Description
true
Output
- return - Logical value
Examples
FreeBASIC
In the source code you can find the equivalent of the above table, for easier orientation at the end of each line is a comment which shows the result.a1 = not false ' a1 = true
a2 = not true ' a2 = false
FreeBASIC
Other pieces of example codes:a or true
false and true
true
a or true
a and true
false or true
You can find it in the following collections: constants
Logical constant - true in another programming language:
Differences to: