Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language

Macro Language Operators

Scroll Prev Up Next More

Operators allow you to construct an expression, using one or more arguments.

 

Binary Operators

 

Most operators are binary (ie. they use 2 arguments).

a + b
a < b
div b

Unary Operators

 

Some operators are unary.

inc(a)
dec(a)

and some can be both depending on the context :

-a
a - b

The operators defined for the macro language are covered in the following sections.

 


Topic 121200, last updated on 13-Apr-2020