[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The LPC language defines a large set of operators expressions, simply expressions that operate on other expressions. What follows here is a list of them. I've used a condensed notation so that the text won't take all of the page before getting down to actual explanations.
1.2.7.1 Miscellaneous operators | General (C) operators | |
1.2.7.2 Arithmetic operators | The arithmetic operators | |
1.2.7.3 Boolean operators | Boolean, or binary, operators | |
1.2.7.4 Conditional (logical) operators | Conditionals | |
1.2.7.5 Comparative operators | Comparing data |