HTBasic Help
×
Menu
Index

Boolean Expression

 
A boolean expression is simply a numeric expression whose result is tested for zero/non-zero. If the result is zero, the expression is considered FALSE. If the result is non-zero, the expression is considered TRUE.