99
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
Type
Appears as part of the following statement:
To
Appears as part of the following statement:
True
A byte constant with a value of 1, associated with
variables.
Word
.
Operators
Tibbo Basic supports the following operators:
+ Operator
Addition operator (applies to strings as well).
i = 1 + 2 ' this would be 3
s = "foo" + "bar" ' this would be "foobar"
* Operator
Multiplication operator.
i = 5 * 2 ' 10.
- Operator
Subtraction Operator.
i = 20 - 5 ' 15
/ Operator
Division operator.
94
86
43
43