Next: Lingo Lists
Up: Multimedia Programming:Scripting (Lingo)
Previous: Identifying cast members and
Operators are elements that tell Lingo how to combine, compare, or modify the values of an
expression. They include:
- Arithmetic operators (such as +, -, /, and *)
- Comparison operators (for example, +, >, and >=), which compare two arguments
- Logical operators (not, and, or), which combine simple conditions into compound ones
- String operators (
&
and &&
), which join strings of characters
Dave Marshall
10/4/2001