
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
Relational operator
Logical operator
Function operator
String operator
Performs arithmetic operations.
Compares two values.
Combines multiple tests or Boolean expressions into a single
true/false test.
Performs the built-in or user-defined functions.
Concatenates or compares character strings.
Komentáře k této Příručce