Varkon MBS Programmers manual
Operators are things like plus and minus. Here is a list of all the operators in MBS:
| Operator | Description |
|---|---|
| + | Addition |
| - | Subtraction |
| * | Multiplication |
| / | Division |
| ** | Raised to |
| <> | Not equal |
| = | Equal |
| < | Less than |
| > | Greater than |
| <= | Less than or equal |
| >= | Greater than or equal |
For each datatype the following operators may be used:
| Type | Operators |
|---|---|
| INT | All |
| FLOAT | All |
| VECTOR | + - * <> = |
| STRING | + = < <= > >= <> |
| REF | = <> |
| FILE | None |
Varkon 1.19D svn # 120M