Specifications

Chapter 6. Expressions and Operators
77
6.1 Overview
An expression is defined as a combination of constants, variables, and other expressions
which are connected using operators.
There are two types of expressions--numeric expressions and string expressions.
BHT-BASIC has the following types of operators:
Operators Description
Arithmetic operator Performs arithmetic operations.
Relational operator Compares two values.
Logical operator Combines multiple tests or Boolean expressions
into a single true/false test.
Function operator Performs the built-in or user-defined functions.
String operator Concatenates or compares character strings.