changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- index}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)

Operators

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
include(../../include/svnversion.inc) include(../../include/footer.inc)